Skip to content

Instantly share code, notes, and snippets.

@x1unix
Forked from cmatskas/vscode-tasksjson.js
Created July 17, 2016 17:00
Show Gist options
  • Save x1unix/eda422a354dcd040695f788b324b2dc0 to your computer and use it in GitHub Desktop.
Save x1unix/eda422a354dcd040695f788b324b2dc0 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