Skip to content

Instantly share code, notes, and snippets.

@rpietro
Created August 7, 2013 02:38
Show Gist options
  • Save rpietro/6170725 to your computer and use it in GitHub Desktop.
Save rpietro/6170725 to your computer and use it in GitHub Desktop.
Build system to preview HTML in Chrome. Replace "Google Chrome" by "Firefox" or "Safari" for other browsers. Place the file under /Users/your_user_name/Library/Application Support/Sublime Text 2/Packages/User . Haven't tested in Sublime Text 3
{
"cmd": ["open", "-a", "Google Chrome", "$file"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment