1. #1
    Sencha User
    Join Date
    Sep 2012
    Posts
    62
    Vote Rating
    1
    warrean is on a distinguished road

      0  

    Default 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?

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.

  3. #3
    Sencha User
    Join Date
    Sep 2012
    Posts
    62
    Vote Rating
    1
    warrean is on a distinguished road

      0  

    Default


    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!