centrifugal / web

Admin web interface for Centrifugo real-time messaging server
MIT License
38 stars 14 forks source link

gulp command freeze on bundle_js save on MacOs 10.10.4 #1

Closed icemanovich closed 9 years ago

icemanovich commented 9 years ago

2015-08-14 13 02 42

FZambia commented 9 years ago

Hello!

This is a normal behaviour as gulp watches for file changes in this case and in case of any update in js or css files creates new bundle files

FZambia commented 9 years ago

If you want to just build minified versions of css and js bundles you should run:

gulp build
icemanovich commented 9 years ago

Yes, it works. Thanks!

FZambia commented 9 years ago

Welcome!