extjs - Sencha cmd 4 adding css and js -


In the latest version on CMD 4.1 and 4.2, I can not add external CSS and JS inside the application. Mixed-mode X-compile and Mycolloud Markup is currently unsupported, it seems that I have to remove everything in index.html X-compile comment tags on the app.json, but it throws me a null pointer in the building, Does anyone have a real example to accomplish this ?? 4.1 or 4.2, use extjs 4.2.1

Just copy your code to & lt; X -complete & gt; Block index.html and it will work. I use this approach many times where I need to load CSS files hosting third party CDNs.

Another option would be to copy and paste the CSS into sass / src / xxx.sass, but this is probably not possible for you.


Comments