silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
924 stars 414 forks source link

Livereload and update #66

Closed paschaldev closed 7 years ago

paschaldev commented 7 years ago

Hello. Nice work on this. I have one issue. The gulp and gulp watch command builds the dependencies to a js. But If I modify the angular original js file, i need to run gulp again to do its magic and make a final-***.js file.

Is there no other way to add a task to the gulp. I don't really know much about gulp but I found out thats a way to do it.

Summary: Whenever the origibal angular js file is modified, gulp needs to be run again to build d final js file. Whats d solution to this?

paschaldev commented 7 years ago

Found out i needed to run gulo watch instead of gulp --watch