Skip to content

Instantly share code, notes, and snippets.

@cmatskas
Created September 2, 2015 22:31
Show Gist options
  • Save cmatskas/8997ae7def6e567d1aa1 to your computer and use it in GitHub Desktop.
Save cmatskas/8997ae7def6e567d1aa1 to your computer and use it in GitHub Desktop.
{
"version": "0.1.0",
"command": "gulp",
"isShellCommand": true,
"args": [
"--no-color"
],
"tasks": [
{
"taskName": "scripts",
"isBuildCommand": true,
"showOutput": "always"
},
{
"taskName": "sass",
"isBuildCommand": true,
"showOutput": "always"
},
{
"taskName": "watch",
"isBuildCommand": true,
"showOutput": "always"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment