Skip to content

Instantly share code, notes, and snippets.

@popcorn245
Created August 13, 2015 02:33
Show Gist options
  • Select an option

  • Save popcorn245/cc54a32c2563bb02c5d7 to your computer and use it in GitHub Desktop.

Select an option

Save popcorn245/cc54a32c2563bb02c5d7 to your computer and use it in GitHub Desktop.
My standard Sublime Project File
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": [
"node_modules",
".git",
"engine",
"hooks",
"bootstrap",
"plugins",
"platforms"
]
}
],
"build_systems":
[
{
"name": "Gulp",
"shell_cmd": "gulp"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment