Skip to content

Commit

Permalink
Fix issue when watching for changes in JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Oct 8, 2015
1 parent 35189cf commit 301bb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/blueprints/pipelines/gulp/gulpfile.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

watch(config.sources.images, 'images');
watch(config.sources.stylesheets, 'stylesheets');
watch(config.sources.scripts), 'scripts';
watch(config.sources.scripts, 'scripts');

watch(config.vendor.bowerFile, 'vendor');
watch(config.vendor.bowerComponents + '/**/*.js', 'vendor:scripts');
Expand Down

0 comments on commit 301bb68

Please sign in to comment.