theming sencha touch error: File to import not found or unreadable: sencha-tou ch/default/all
- by dan
I just cant find a workarround for this, please help
my config.rb in location $PROJECT_HOME/assets/www/theming
dir = File.dirname('..Path_to_project_home..\assets\www\theming\config.rb')
load File.join(dir, '..', 'lib', 'touch', 'resources', 'themes')
sass_path = dir
css_path = dir
environment = :production
output_style = :compressed…