Skip to content

Instantly share code, notes, and snippets.

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

  • Save mitchelkuijpers/11282177 to your computer and use it in GitHub Desktop.

Select an option

Save mitchelkuijpers/11282177 to your computer and use it in GitHub Desktop.

Revisions

  1. mitchelkuijpers renamed this gist Apr 25, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. mitchelkuijpers created this gist Apr 25, 2014.
    3 changes: 3 additions & 0 deletions watch scripts task
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    gulp.task('watchScripts', function() {
    gulp.watch('src/**/*.js', ['scripts']);
    });