Closed icemanovich closed 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
If you want to just build minified versions of css and js bundles you should run:
gulp build
Yes, it works. Thanks!
Welcome!