Threaded View
-
10 Nov 2012 3:32 PM #1
Building Themes with Sencha Cmd 3.0.0.250
Building Themes with Sencha Cmd 3.0.0.250
Using Sencha Cmd 3.0.0.250, and ExtJS 4.1.1a
This is very confusing.
The docs say:
That would be:cd /path/to/MyApp
sencha theme build default
This will place the sliced images in the "./resources/css/default" folder alongside the CSS file generated by SASS. This approach reduces the size of the CSS file since all image paths are relative to the CSS file location.
But it seems that it has to be:Code:[public]/resources/css/mytheme/images go here
and even more confusing,Code:[public]/build/resources/images/mytheme
When I run:
The images are created as:Code:sencha theme build mytheme
(this is not what the Docs says).Code:[public]/build/MyApp/resources/images/mytheme
As you can see, the resources directory is inside "MyApp" directory. Not only that, based on the docs, I would expect the images here:
Code:[public]/resources/css/mytheme/images here...
Please clarify. Why all this discrepancy ?
Also, when I build the css with compass compile, can you explain me howExtJS decides when to use the slices ? I guess it detects if it is IE, but then, in which path it looks for the images ?
The generated "mytheme" CSS, which is located at:
and is looking for images at:Code:[public]/resources/css/mytheme/app.css
But I would expect the CSS to point to:Code:[public]/ext/resources/themes/images/default
orCode:[public]/resources/css/mytheme/
Currently there's no guide that can clarify all these issues.Code:[public]/build/resources/images/mytheme/
Seems that te most updated guide is this:
http://docs.sencha.com/ext-js/4-1/#!.../command_theme
But again, not clear and inconsistent.Using Ext with cachefly
Working on LAMPExt
Success! Looks like we've fixed this one. According to our records the fix was applied for
SDKTOOLS-257
in
3.0.1.


Reply With Quote