-
19 Sep 2012 11:51 PM #1
Compass compile error: "NoMethodError on line 264"
Compass compile error: "NoMethodError on line 264"
When I try to do a compass compile for my project I get this :
The compass compile worked earlier, but at some point this happened but I cant find out what went wrong. Does anyone know what to look for to solve this problem?PHP Code:NoMethodError on line 264 of /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/configuration/inheritance.rb: relative_path
-
24 Sep 2012 12:24 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
This looks to be an issue with your install or your config.rb.
I have compass 0.12.2 installed and have no issues with compiling an Ext JS 4 app.Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
25 Sep 2012 7:09 PM #3
Solved
Solved
It was my config.rb that needed to be fixed and also the util.rb in the ExtJs library. Thank you for the suggestion.


Reply With Quote