I'm using the latest extjs 6 cmd and when I run >sencha app watch in my theme, only var/src/ all.scss is being watched. I'm importing some other sass files but changes are not picked up until I manually refresh the page.
Do I need to include every .scss in my package.json?
manually refresh page
you mean like you refresh the web page and the app watch is triggered ? Or you are not seeing the changes in your theme when you are doing changes in scss files directly in the browser without page refresh? – pagep