Skip to content

Instantly share code, notes, and snippets.

@tomrunia
Created May 19, 2016 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomrunia/3348280d6f4954bc1eb6c6054969e499 to your computer and use it in GitHub Desktop.
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
{
"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