Skip to content

Instantly share code, notes, and snippets.

@stryju
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save stryju/8a7003e03159f6032025 to your computer and use it in GitHub Desktop.

Select an option

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

jednano commented Apr 12, 2015

Copy link
Copy Markdown

missing a "

@stryju

stryju commented Apr 12, 2015

Copy link
Copy Markdown
Author

good call :)

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