Created
August 7, 2013 02:38
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd": ["open", "-a", "Google Chrome", "$file"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment