kiswa/angular2-base

bug in gulpfile.js

Closed this issue · 1 comments

when executing a gulp watch and making a change to a .scss file, gulp coughed an error:

File angular2-base/src/scss/_core.scss was changed. Running tasks... 
[15:00:13] Task 'styles' is not in your gulpfile

This looks like a typo at gulpfile.js#L106 - 'styles' should be 'scss'.

kiswa commented

You are correct. That was changed in the update to rc.1, but missed in the watch task.