Is it possible to create a build property file which changes a sass variable?
The purpose is to be able to build different variations of a theme, like:
the properties file / build profile should then change a sass variable, like:Code:> sencha app build blueapp
$myColor = #0000FF;
Any ideas? Thanks / E