Created
May 19, 2016 18:33
-
-
Save tomrunia/3348280d6f4954bc1eb6c6054969e499 to your computer and use it in GitHub Desktop.
SublimeText build for HTML/JavaScript to start Chrome with permissions to access local files
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", "--args", "--allow-file-access-from-files"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment