When I run the sencha command like so:
sencha app build production
I get an error which points to the following line in app.scss:
@import 'sencha-touch/default/all';
In my app I have the following folder:
\App\touch\resources\themes\stylesheets\sencha-touch\default
But there is no 'all' folder. Is my application structure broken or is there something else I am missing?