-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compass Support #13
Comments
released in 0.7.7 |
OK, what do I have to write into "Include Paths" to make compass work? |
Yeah, you want to add the path the the folder that includes _compass.scss so for you I would expect that to be "D:\Tools\Ruby200-x64\lib\ruby\gems\2.0\gems\compass-0.12.2\frameworks\compass\stylesheets" |
Dang, looks like this won't work with libsass since compass uses custom ruby functions. Alright, give me a few more days and I'll see how I can add in support for invoking compass. |
OK, I don't really understand what you mean but I will wait patiently :-) |
Ok, in the latest version there's an option where you can put in the path to ruby, which for you is |
Works fine now, thanks a lot! |
😄 Sweet! |
I get the following error:
|
Yeah, I need to update the release notes. Remove the path to compass in the Compiler include paths and then put the |
I have So it looks like it actually picks up Compass, but the following reference gets messed up: |
@Untit1ed ok, the "Include path" won't matter in this case and you can clear it out. However, with that configuration it should be using compass and not nsass assuming that there is a config.rb file in the root of the project, which is what compass uses to determine the where to save things. If it continues to use NSass, I would guess that there isn't a config.rb. Was this an existing compass project or something that you want to use compass for? |
Oh my bad, i'm not that familiar with compass, so there was no existing project. I just wanted to use some compass functionality and just used |
yeah, unfortunately compass has some ruby specific extensions which break nsass. you can generate a project by doing |
Oh now I see, thanks for your help. |
No problem. I'm not really familiar with compass either, this is just what I learned while figuring out how to integrate with it 👍 |
Cool man, thanks for putting this plugin together with compass support. It means I can get rid of another plugin which was just locking my computer up on every keypress while editing scss files. Nice work. |
Look into ways to embed compass files into package
The text was updated successfully, but these errors were encountered: