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
925 stars 414 forks source link

cant make changes even in simple HTML #94

Open alirahatmayo opened 7 years ago

alirahatmayo commented 7 years ago

Hello, I am new to angular, so please dont mind if it is really a dumb question. I am trying to make changes in dashboard.component.html but they are not working in anyways. I even tried deleting the full angular folder, but somehow it still loads as same as it was. I know how cache works , and i have tried clearing cache, temp and even my browser history, but it isnt working at all. Kindly help. Thank You

ixperiencenl commented 7 years ago

@alirahatmayo you need to run gulp in console after making changes, then gulp will apply the changes in your build files.

ArturKami commented 7 years ago

@ixperiencenl is right you must run

gulp && gulp watch

in terminal to auto update final.js files every time u edit componnents in your IDE

alirahatmayo commented 6 years ago

thank you both of you for replying