I get the same out put, but it doesn't exit it's still watching. Weird...
Jun 25, 2015
27
Level 55
gulp watch doesn't "watch" it just finishes
When I run gulp watch it doesn't "watch" the files for changes. It runs as it should but it finishes meaning I have to run it again manually.
I'm using:
Laravel: Laravel Framework version 5.1.2 (LTS)
Gulp: CLI version 3.9.0 and Local version 3.9.0
~/Code/laravel/project $ gulp watch
[14:51:42] Using gulpfile ~/Code/laravel/project/gulpfile.js
[14:51:42] Starting 'default'...
[14:51:42] Starting 'scripts'...
[14:51:42] Merging and Minifying: resources/assets/js/vendor/jquery.js, resources/assets/js/vendor/bootstrap.js, resources/assets/js/vendor/lettering.js, resources/assets/js/vendor/socket.io.js, resources/assets/js/vendor/textillate.js, resources/assets/js/vendor/vue.js, resources/assets/js/vendor/vue-marked.js, resources/assets/js/vendor/vue-resource.js, resources/assets/js/app.js
[14:51:42] Finished 'default' after 79 ms
[14:51:42] File not found: resources/assets/js/vendor/vue-marked.js
[14:51:48] Finished 'scripts' after 5.84 s
[14:51:48] Starting 'styles'...
[14:51:48] Merging and Minifying: resources/assets/css/vendor/animate.css, resources/assets/css/vendor/bootstrap.css, resources/assets/css/vendor/font-awesome.css, resources/assets/css/style.css
[14:51:48] Finished 'styles' after 243 ms
[14:51:48] Starting 'version'...
[14:51:48] Versioning: public/css/all.css, public/js/all.js
[14:51:48] Finished 'version' after 21 ms
Anyone else having these issues? Or know of something I need to do in order for gulp to "watch" my files.
Please or to participate in this conversation.