-
25 Mar 2011 12:28 AM #1
Attn: David Kanada - Version 1.1.0 Cant compile custom application.scss
Attn: David Kanada - Version 1.1.0 Cant compile custom application.scss
I am getting the following error.
NoMethodError on line 9 of /Users/simonflack/Documents/WhiteFox/Server/web-docs/UiN2/resources/scss/../themes/lib/theme_images.rb: undefined method `inline_image_string' for #<Sass::Script::Functions::EvaluationContext:0x1017b7eb8>I tried swapping the theme_images.rb file out with the old one but then I just got other errorsCode:inline_image_string(data(real_path), compute_mime_type(path, mime_type))

Is the new styling based on Compass 0.11 Beta? Because I am still using the current release (0.10.6). Could that be the problem?Fixed the theme_image ruby method. Fixed all linear and radial gradients to comply with compass 0.11Simon Flack
CEO and UX Designer
WhiteFox AS, Norway
Web: www.whitefox.no
Facebook: www.facebook.com/WhiteFoxAS
Twitter: @WhiteFoxAS
-
25 Mar 2011 4:43 AM #2
I had the same issue but after I updated to compass 0.11.beta.4 the issue went away and I was able to successfully compile. To update compass I did the following:
$ gem install chunky_png
$ gem install compass --pre
Hope this works out for you as well.
-
25 Mar 2011 4:44 AM #3
Thanks. I'll try that
Simon Flack
CEO and UX Designer
WhiteFox AS, Norway
Web: www.whitefox.no
Facebook: www.facebook.com/WhiteFoxAS
Twitter: @WhiteFoxAS
-
25 Mar 2011 5:25 AM #4
-
25 Mar 2011 9:02 AM #5
Thanks
Thanks
Thank you so much for posting this - worked for me as well. I would not have figured this out otherwise.
Sencha, please get some real docs up soon on SASS and custom styling! If I'm missing something (other than the blog post where I first heard of it all), let me know.
Thanks - ATM
-
26 Mar 2011 12:15 PM #6
Yep, sorry, we should have put the upgrade to beta in the release notes. Real docs are coming soon-
-
27 Mar 2011 7:11 PM #7
i tried to update compass ,but my app did not works .
it throws other error,
error sass/android.scss (Line 40: Invalid GBK character "\xE2")
Sass::SyntaxError on line ["40"] of C: Invalid GBK character "\xE2"
Run with --trace to see the full backtrace
-
27 Mar 2011 11:22 PM #8
Is the new version of compass (and sass etc) backwards compatible? If I upgrade can I use it to compile 1.0.1a projects, or do I have to upgrade all projects?
Can I use new version of compass to compile the 1.0.1a sass?
I cant afford downtime at the moment and cant risk upgrading if it is going to cause me problems with current projects.Simon Flack
CEO and UX Designer
WhiteFox AS, Norway
Web: www.whitefox.no
Facebook: www.facebook.com/WhiteFoxAS
Twitter: @WhiteFoxAS
-
29 Mar 2011 2:04 AM #9
Update... For those thinking of upgrading to 1.1.0 and compass beta 5 you can still use the older version by typing
So you can use both 1.0.1a and 1.1.0.compass _0.10.6_ compileSimon Flack
CEO and UX Designer
WhiteFox AS, Norway
Web: www.whitefox.no
Facebook: www.facebook.com/WhiteFoxAS
Twitter: @WhiteFoxAS
-
29 Mar 2011 11:41 AM #10
I've just upgraded both compass and ST and am getting errors on compiling, also.
Code:error sass/android.scss (Line 70: Invalid CSS after "...53 !default; *": expected "{", was "/")
Similar Threads
-
How to find extjs version used in an application?
By vishal.birari in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 30 Aug 2011, 1:31 AM -
Problem running compass to compile custom stylesheet
By aratcliffe in forum Sencha Touch 1.x: DiscussionReplies: 4Last Post: 3 Jan 2011, 9:36 AM -
How to know JS dependency and build a custom version of Sencha Touch
By hello2008 in forum Sencha Touch 1.x: DiscussionReplies: 2Last Post: 7 Nov 2010, 9:28 PM -
compile time errors with bad version number
By alanww35 in forum Ext GWT: Help & Discussion (1.x)Replies: 2Last Post: 26 Apr 2008, 2:59 PM -
compile time errors with bad version number
By alanww35 in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 26 Apr 2008, 5:55 AM


Reply With Quote
