-
24 Apr 2013 1:03 AM #1
ST 2.2 production build doesn't concatenate css files
ST 2.2 production build doesn't concatenate css files
Hey
With 2.2 the base.css is split up from the app.css, but when I make a build with Sencha CMD it doesn't concatenate these 2 files into one.
Wouldn't this be better, it's a bigger download but only 1 connection has to be made?
-
26 Apr 2013 4:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Why are you including base.css? In your SASS you should be importing
Code:@import 'sencha-touch/base';
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.
-
29 Apr 2013 1:25 AM #3
Oh ok, I think this is the standard setup you get however when creating a new Sencha app.
Anyway the css size now went from (224 + 32 K) to (164K), great!


Reply With Quote