We upgraded from Cmd 5.1.3 to 6.7.0.
In development, we were not using the development environment nor the watch command. Only app "app build production", and "app refresh" and with these 2 commands the production build folder was always up to date for the compiled css, and the bootstrap files were always generated correctly.
With Cmd 6.7.0. I have been able to generate the bootstrap files only when running "app build development". Is there a way to force the generation of bootstrap files with the production build as well? I tried a few things but it didn't work.
It would save us a lot of work if we didn't have to introduce the usage of the development build in our workflow.
FYI, for this upgrade, our ExtJS version remained 5.1.1.
Thanks.