Theme Development
-
Hello,
I’ve created a new theme for our Bagisto shop. Everything works fine so far. The only thing that bothers me is that every time I adjust the views, I have to run the following commands to apply the changes:
npm run build php artisan vendor:publish –tag=km-theme-views –force php artisan cache:clear
This is quite annoying in the long run. Is it possible to adjust the theme so that only the NPM build needs to be executed and the changes are applied automatically?
Thanks!