I'm trying to style my ExtJS app, that I created with SenchaCmd and I have created a theme and also a custom .scss style in the appdir/sass/var
folder. However every time I update the styles in either the theme or the app, I have to rebuild the app with sencha app build. When I use compas watch .
it creates a folder appdir/stylesheets
which is useless. How can I use compass watch
without having to rebuild the app every time I make a CSS change?
Cheers:)