Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.
  1. #1
    Ext JS Premium Member lotsofquestions's Avatar
    Join Date
    Aug 2009
    Location
    Hook, Hampshire, UK
    Posts
    23
    Vote Rating
    0
    lotsofquestions is on a distinguished road

      0  

    Default Compass Compile broken out of box 2.0.1 SDK tools 2.0.0 beta 3 for Mac

    Compass Compile broken out of box 2.0.1 SDK tools 2.0.0 beta 3 for Mac


    Ran from SDK directory:

    sencha generate app GS ../GS
    Ran (after making simple change to resources/sass/app.scss):

    cd ../GS/resources/sass/
    compass compile
    Got:

    error app.scss (Line 41 of _gradients.scss: Invalid null operation: ""flat" neq null".)
    Sass::SyntaxError on line 41 of /Users/ashleycoker/Dropbox/Sites/CanTab/CanTab/sdk/resources/themes/vendor/compass-recipes/stylesheets/recipes/background/_gradients.scss: Invalid null operation: ""flat" neq null".
    Run with --trace to see the full backtrace
    www.ProWebSoftware.Net
    Business Apps - Anywhere.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    433
    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


    Try using Sencha Command:

    Code:
    cd /path/to/sencha-touch-2.0.1/
    
    sencha app build MyApp /path/to/MyApp
    
    cd /path/to/MyApp/resources/sass
    
    compass compile
    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
    Ext JS Premium Member lotsofquestions's Avatar
    Join Date
    Aug 2009
    Location
    Hook, Hampshire, UK
    Posts
    23
    Vote Rating
    0
    lotsofquestions is on a distinguished road

      0  

    Default Line 41 of _gradients.scss

    Line 41 of _gradients.scss


    This is shipped with invalid syntax.
    I removed
    Code:
    != null
    from line 41of _gradients.scss which does not appear to be valid SASS syntax.

    This fixed the problem, and compass compile ran
    www.ProWebSoftware.Net
    Business Apps - Anywhere.