简体   繁体   中英

Managing CSS in Sencha Touch

Is there a way to manage the CSS for a Sencha Touch app outside of the framework?

I'm used to working with CodeKit or Grunt to manage dependencies for websites, but with Sencha Touch everything seems to be done within the framework. I'm assuming that as long as everything gets compiled to the resources/css folder then it will be fine. But what about the framework resources? Do they get compiled to the same place or does the app make a separate request for them?

I have no idea of CodeKit or Grunt. Anyways in Sencha Touch all the CSS files get placed to the resources/css folder after the compilation. It's the same even when we add custom CSS files or use SASS with Compass compiler.

I use codekit too. This is my solution: CodeKit -> Preferences -> (the left side bar) OTHER TOOLS -> Compass
Then select Use the compass executable at this path and choose the path you install compass

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM