Hybrid View
-
4 Oct 2012 11:07 PM #1
Building themes with Sencha Cmd v3.0.0.181
Building themes with Sencha Cmd v3.0.0.181
is not possible:
1. sencha generate theme gray, everything ok
2. copied sencha's gray theme to the new generated sass file : resources/sass/gray/app.scss
3. compass compile, not ok, generated resources/sass/css/app.css instead of resources/css/gray/app.css
4. But tried next step even if 3 is not ok, so inside app/ I try : sencha build theme grayand it writes back : [ERROR] Expected 0 parameters
what's wrong here ? besides the 3 step which is a bug.My blog: http://vadimpopa.com
-
5 Oct 2012 2:26 PM #2
Please try out the new release today for the CSS folder issue.
The "sencha theme build gray" command has a bug in it.
To get around this, you can use the more verbose set of arguments:
from your app folder.Code:sencha theme build -page resources/theme/gray/theme.html -out build/resources/images/gray
Don 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!"
-
7 Oct 2012 11:15 PM #3My blog: http://vadimpopa.com
-
10 Nov 2012 2:24 PM #4Using Ext with cachefly
Working on LAMPExt
-
5 Oct 2012 2:26 PM #5
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
SDKTOOLS-195
in
3.0.0 Sprint 6.


Reply With Quote