Success! Looks like we've fixed this one. According to our records the fix was applied for
CAT-465
in
1.0.1.
-
Answered: Themer can't open existing theme.
I have a theme I created using sencha generate theme my-theme. When I try to open it with Themer I get an error no such file or directory on /my-theme/sencha/temp/Themer
-
Best Answer Posted by
dan.buhrman
Thanks for the report! I have opened a bug in our bug tracker.
In the meantime, you should be able to generate the theme package with Themer, and make any modifications you desire to package.json to further customize the package.
-
Sencha - Ext JS Dev Team
Thanks for the report! I have opened a bug in our bug tracker.
In the meantime, you should be able to generate the theme package with Themer, and make any modifications you desire to package.json to further customize the package.
-
Sencha - Ext JS Dev Team
Alternatively, if you want to open a pre-existing theme package with Themer:
The issue is around generating the preview app we run in the center pane of Themer. If you follow these steps, you should be able to generate the app enough so Themer can open the theme package (and finish install the preview app):
1. Create an empty directory called 'Themer' at: [workspace/app directory]/packages/local/[theme_name]/.sencha/temp/
2. From the SDK folder of the workspace/app (probably called 'ext') run:
Code:
sencha generate app -starter false Viewer ../packages/local/[theme_name]/.sencha/temp/Themer
3. You should now be able to open the theme package with Themer.