-
8 Oct 2012 12:08 AM #1
Cmd v3.0.0.190 :: app.css is still overridden after first build
Cmd v3.0.0.190 :: app.css is still overridden after first build
Hi,
This is something i've pointed :
When we generate an application using "sencha app generate", the app.css (resources/css/default) has this single line :
But after first build it contains all the css code from ext-all.css !Code:@import url('../../../../Library/ext/resources/css/ext-all.css');
And all added css code was removed in the "build" app.css file !
-
10 Oct 2012 7:42 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,119
- Vote Rating
- 453
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.
-
26 Dec 2012 5:06 PM #3
This file is an output file from the sass/theme build. You can disable SASS (set skip.sass=1) or use the app.scss file instead to write your styles. You will have a lot more capability in SASS than in CSS.

Some of that is discussed in the theme guides. The as-of-yet unreleased update to that is here:
http://www.sencha.com/forum/showthre...s-in-Cmd-3.0.2Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote