Skip to content

Instantly share code, notes, and snippets.

@Krabaton
Created October 12, 2016 23:33
Show Gist options
  • Save Krabaton/edefabe58ba22760ed9553524e1dad1d to your computer and use it in GitHub Desktop.
Save Krabaton/edefabe58ba22760ed9553524e1dad1d to your computer and use it in GitHub Desktop.
gulp.task('nodemon', callback => {
nodemon({
nodeArgs: ['--debug'],
script: 'index.js',
watch: ['*'],
ext: 'js css html jade json'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment