-
11 Jan 2012 2:19 PM #1
How to use JSBuilder 3 to compress CSS?
How to use JSBuilder 3 to compress CSS?
I used the JSBuilder 3 from Sencha Touch 1.1.1 to create my custom build. I found the js files were minified. However, all CSS files remained the same. I listed my CSS files in "resources" in my jsb3 JSON file. What is the correct way to configure jsb3 to compress CSS files as well?
-
12 Jan 2012 10:50 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
For Sencha Touch, the recommended way to do CSS is through SASS which in the config.rb you can set the environment to :production and output_style to :compressed
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote