Jan (HL)
24 Jul 2011, 3:23 AM
Hi, it is possible to use the slicer command w/o the usage of an extjs or sencha framework behind?
I would like to use this slicer command, but I cannot produce any image. My steps:
1. compass create test-project
2. apply some gradients (e.g. w/ compass' generic functions) into screen.scss (no sencha/extjs stuff)
3. (re)build the css files
The command 'sencha slicer theme -d . -c stylesheets/screen.css -o test -v' does nothing (no failure but running endless). There should be an error message, because an extjs base dir is required?
Anyway, 'sencha slicer theme -d ../extjs-dir -c stylesheets/screen.css -o test -v' runs and terminates correctly -- but generates no images.
I would read that behaviour as it works only for an extjs theme.
I would like to use this slicer command, but I cannot produce any image. My steps:
1. compass create test-project
2. apply some gradients (e.g. w/ compass' generic functions) into screen.scss (no sencha/extjs stuff)
3. (re)build the css files
The command 'sencha slicer theme -d . -c stylesheets/screen.css -o test -v' does nothing (no failure but running endless). There should be an error message, because an extjs base dir is required?
Anyway, 'sencha slicer theme -d ../extjs-dir -c stylesheets/screen.css -o test -v' runs and terminates correctly -- but generates no images.
I would read that behaviour as it works only for an extjs theme.