Sublime Forum

Previewing HTML + CSS in Chrome

#1

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?

0 Likes

#2

Hey, I was about to post the same question… I can’t figure it out. Were you able to solve it? Could you help me with this?

0 Likes