Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fixed bug with invalid gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed Mar 9, 2015
1 parent 4992806 commit 61a6163
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/console/src/main/scripts/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ gulp.task('watch', ['build'], function () {
gulp.start(['tslint-watch', 'tsc', 'template', 'concat', 'clean']);
});

plugins.watch([config.less], function () {
gulp.start(['less']);
});

/* If something in the src folder changes, just copy it and let the handlers above handle the situation */
plugins.watch(['../../src/main/scripts/**/*'], function () {
gulp.src('../../src/main/scripts/**/*')
Expand Down

0 comments on commit 61a6163

Please sign in to comment.