actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Add lint to watchify rebuilds #25

Closed vbulant closed 8 years ago

vbulant commented 8 years ago

I've found out that eslint isn't called during watchify rebuilds…

janpanschab commented 8 years ago

Sometimes

vbulant commented 8 years ago

OK, this was just my confusion.

Lint is not connected to watchify. Watchify just bundles js and lint is being called by gulp.watch on changes in watched scripts.

Tested and works. Let's open an issue again if any problem occur.