miles339
26 Jun 2011, 8:33 PM
I'm new to Sencha theming and I followed this tutorial:
http://www.sencha.com/blog/an-introduction-to-theming-sencha-touch/
but I'm getting this error:
$ compass compile
error application.scss (Line 6: File to import not found or unreadable: sencha-touch/default/all.
Load paths:
/Users/me/Dropbox/Sites/senchatouch/MyBeginnings/resources/scss
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/blueprint/stylesheets
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/compass/stylesheets
)
Sass::SyntaxError on line 6 of /Users/me/Dropbox/Sites/senchatouch/MyBeginnings/resources/scss/application.scss: File to import not found or unreadable: sencha-touch/default/all.
Load paths:
/Users/miels/Dropbox/Sites/senchatouch/MyBeginnings/resources/scss
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/blueprint/stylesheets
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/compass/stylesheets
Run with --trace to see the full backtrace
I've done a few queries and looked a few other forums but haven't been able to find anything specific to this issue. I did find a few things relating to using the compass_init.rb file to bind file directories in compass, which would fix my error, but I don't know how to do that.
http://compass-style.org/help/tutorials/extensions/
says that compass should automatically include compass_init.rb if I include the file in the base directory, but that doesn't work either.
Any ideas on how to fix this?
http://www.sencha.com/blog/an-introduction-to-theming-sencha-touch/
but I'm getting this error:
$ compass compile
error application.scss (Line 6: File to import not found or unreadable: sencha-touch/default/all.
Load paths:
/Users/me/Dropbox/Sites/senchatouch/MyBeginnings/resources/scss
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/blueprint/stylesheets
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/compass/stylesheets
)
Sass::SyntaxError on line 6 of /Users/me/Dropbox/Sites/senchatouch/MyBeginnings/resources/scss/application.scss: File to import not found or unreadable: sencha-touch/default/all.
Load paths:
/Users/miels/Dropbox/Sites/senchatouch/MyBeginnings/resources/scss
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/blueprint/stylesheets
/opt/local/lib/ruby/gems/1.8/gems/compass-0.11.beta.7/frameworks/compass/stylesheets
Run with --trace to see the full backtrace
I've done a few queries and looked a few other forums but haven't been able to find anything specific to this issue. I did find a few things relating to using the compass_init.rb file to bind file directories in compass, which would fix my error, but I don't know how to do that.
http://compass-style.org/help/tutorials/extensions/
says that compass should automatically include compass_init.rb if I include the file in the base directory, but that doesn't work either.
Any ideas on how to fix this?