configure a topic in extJS

1

good evening srs. I'm doing an app in extJS 6 with sencha CMD6 and I'd like to use the crisp theme but the compiler gives me an error when I run the wath build or app.

currently has a classic neptune that I do not like the app '/ **      * The Sencha Framework for this application: "ext" or "touch".      * /     "framework": "ext",

/**
 * The toolkit to use. Select either "classic" or "modern".
 */

"toolkit": "modern",


/*
 * The name of the theme for this application.

*/


"theme": "theme-neptune",

'but if I put theme-crisp it gives me an error in console that does not find the library for this topic and also try this way:

    "builds": {
    "classic": {
        "toolkit": "classic",

        "theme": "theme-crisp",

        "sass": {
            // "save": "classic/sass/save.scss"
        }
    },

    "modern": {
        "toolkit": "modern",

        "theme": "theme-crisp",

        "sass": {
            // "save": "modern/sass/save.scss"
        }
    }
},

and I do not work either and it is seen with that ugly neptune someone who please give me a hand many thanks in advance

    
asked by Gilberto Asuaje 20.06.2016 в 05:55
source

0 answers