StartPolymer / polymer-starter-kit-plus-old

A starting point for building Single-Page Applications with Polymer 1.x
Other
78 stars 26 forks source link

JS doesn't reload BrowserSync anytime after JSLint error #25

Closed lukeed closed 8 years ago

lukeed commented 8 years ago

Added reload to the gulp watcher:

gulp.watch(['app/{scripts,elements}/**/*.{js,html}'], ['jshint', 'js', reload]);

Now anytime a JSLint finds an error, BrowserSync will never reload on JS changes --- even after the error(s) have been fixed.

JosefJezek commented 8 years ago

I will be to fix it...

JosefJezek commented 8 years ago

Fixed