This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hey! I had this problem for almost 2 weeks now and i cant seem to find any solution for it. I have everyting i need installed (i think) But still nothing happens when i change anything in the _settings.scss file. i got 1 error that looks like this /* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */. I have created a compass project, and config.rb file. |
|
|
Is there an actual error message? The line you have pasted looks like a comment generated by having debug info turned on in config.rb. Check for sassoptions = { :debuginfo => true } in your config.rb and if it is present you can set the option to false which should remove the comments from being generated as part of the output.
|
|