theming sencha touch error: File to import not found or unreadable: sencha-tou ch/default/all

Posted by dan on Stack Overflow See other posts from Stack Overflow or by dan
Published on 2011-11-24T09:45:30Z Indexed on 2011/11/24 9:54 UTC
Read the original article Hit count: 417

Filed under:
|

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

this is my app.scss:

@import 'sencha-touch/default/all';

@include sencha-panel;
@include sencha-buttons;
@include sencha-toolbar;
@include sencha-list;
@include sencha-layout;
@include sencha-sheet;
@include sencha-msgbox;

in the console in the directory of the 'sass_path' I run

compass compile app.scss

but I get the following error:

File to import not found or unreadable: sencha-touch/default/all.

Please help, cant solve this.

© Stack Overflow or respective owner

Related posts about android

Related posts about sencha-touch