cmeans
4 Nov 2012, 11:43 AM
Is there a need/advantage to keep the "resources/sass/<theme>/.sass-cache" folder after the build process?
The reason I ask is that .sass-cache folder is hidden from my view by default in my primary IDE (Eclipse), but got added to our version control system, causing conflicts when I tried to commit some recent changes.
Also, the "sencha app build" process copies that folder into the production target, which I'd like to avoid if it's not necessary.
It seems to me that I should be able to completely drop the "resources/sass" folder from deployment, but I'd like to be sure.
Thanks.
The reason I ask is that .sass-cache folder is hidden from my view by default in my primary IDE (Eclipse), but got added to our version control system, causing conflicts when I tried to commit some recent changes.
Also, the "sencha app build" process copies that folder into the production target, which I'd like to avoid if it's not necessary.
It seems to me that I should be able to completely drop the "resources/sass" folder from deployment, but I'd like to be sure.
Thanks.