Skip to content

Instantly share code, notes, and snippets.

@martinjoiner
Last active January 31, 2017 11:19
Show Gist options
  • Select an option

  • Save martinjoiner/70b99ea4cd601f64a3977263fea3ace0 to your computer and use it in GitHub Desktop.

Select an option

Save martinjoiner/70b99ea4cd601f64a3977263fea3ace0 to your computer and use it in GitHub Desktop.
gulp.watch ('css/**/*.css', function(e){
// Only new or renamed
if(e.type !== 'deleted'){
gulp.start('inject');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment