areusjs / load-common-gulp-tasks

Load common gulp tasks and configs so you don't need to redefine them for every module
10 stars 6 forks source link

Fix watch task so it detects changes to the felint path. #2

Closed adamrights closed 10 years ago

adamrights commented 10 years ago

Replaced gulp "watch-all" with "watch" like we talked about and fixed the problem with the watch task not detecting front-end changes and running the felint task.

Will likely add a fe-test patch but just wanted this to get in.

chmontgomery commented 10 years ago

:+1: