Hello,
I’m brand new to Sublime Text 2 as well as coding in general. I’ve managed to get the Package Control and View in Browser up and running. I want to view both my HTML and CSS files in Chrome, but when I hit CTRL + ALT + V it opens up a blank Chrome browser. I’ve followed the instructions I’ve found on installing a build system and entered
{
"cmd": "open", "-a", "Google Chrome", "$file"]
}
and saved it as chrome.sublime-build in the user folder.
I’m sure this has been asked before and I’m sure it’s a real basic function, but I can’t figure it out. Any idea what I’m doing wrong?