ragzovskii
9 Apr 2014, 7:53 AM
Hello,
I have following statement in package.json:
{
"definition": "MyPlugin.js",
"className": "Ext.ux.MyPlugin",
"js": ["MyPlugin.js"],
"css": [
"editor.css",
"sch-all.css"
]
}
When I build app I have following css: MyApp/resources/MyApp-all.css and I expect it to comprise statements from editor.css and sch-all.css but it doesn't.
How should I do this?
I have following statement in package.json:
{
"definition": "MyPlugin.js",
"className": "Ext.ux.MyPlugin",
"js": ["MyPlugin.js"],
"css": [
"editor.css",
"sch-all.css"
]
}
When I build app I have following css: MyApp/resources/MyApp-all.css and I expect it to comprise statements from editor.css and sch-all.css but it doesn't.
How should I do this?