catberry / catberry-assets

Plugin for Catberry Framework that builds assets for every cat-component using Gulp.
Other
5 stars 0 forks source link

Watch mode fails after a syntax error in a LESS file #6

Closed chetverikov closed 8 years ago

chetverikov commented 8 years ago

If make a syntax error in a less file and save it, catberry-assets will output an error to the console. After that, the auto-rebuild feature does not work anymore. Only restart the application fixes the problem.

rdner commented 8 years ago

I did some research and apparently it's not a plugin issue, but an issue of the underlying library – CSS-Time, filed an issue there https://github.com/csstime/csstime-gulp-tasks/issues/23

jughosta commented 8 years ago

Fixed in https://github.com/catberry/catberry-assets/pull/10 and https://github.com/csstime/csstime-gulp-tasks/releases/tag/6.0.2