-
8 Aug 2012 12:05 PM #1
Upgrading app to 2.1.0b2 via sencha tools forgets app.css
Upgrading app to 2.1.0b2 via sencha tools forgets app.css
I've originally created my ST 2.0 app via the sencha tools.
Now when I upgraded to 2.1.0b2 via the same sencha tools via 'sencha app upgrade etc.' my app no longer displayed anything, while I could see that all data was loaded. It only showed a grey screen.
As it turned out, this is caused by the upgrade process that didn't upgrade the app.css in the resources folder.
I don't know if this should be considered a bug, as some people may modify the app.css to their needs, but I think that at least some kind of warning should be displayed.
-
8 Aug 2012 12:07 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
We'll look into forcing it to compile instead of relying on the compass cache check.
-
4 Oct 2012 12:33 AM #3
config.rb in the "sass" folder needs to be updated as well. It's looking for the SDK in the old folder ("sdk") instead of the new one ("touch").
Compass won't be able to compile the new file without the above.
//b0bben
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3245
in
Sprint 26 (2.1.0-rc2).


Reply With Quote