Skip to content

Instantly share code, notes, and snippets.

@stryju
Last active August 29, 2015 14:19
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 stryju/8a7003e03159f6032025 to your computer and use it in GitHub Desktop.
Save stryju/8a7003e03159f6032025 to your computer and use it in GitHub Desktop.
$ npm run gulp -- task_name
{
"tasks": {
"gulp": "gulp",
"dev": "gulp watch"
},
"devDependencies": {
"gulp": "*"
}
}
@jednano
Copy link

jednano commented Apr 12, 2015

missing a "

@stryju
Copy link
Author

stryju commented Apr 12, 2015

good call :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment