-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
node-sass@3 #196
Comments
Facing the same problem with Node 0.12 and i have to switch to 0.10 in order for grunt-sass to work! |
Wouldn't it still try to use |
You are a star Kevva, |
For v3-beta, I have made this commit: Till now, we have introduced couple of new options and features. The afore mentioned commit does not include them, but keep you going with latest Sass language compatibility. Note using HTH. |
It's now in master, so you can just run the following to get it:
|
I tried the following grunt-sass versions 0.17.0 / 0.18.0 / 0.18.1 with the following packages :
On my host machine (windows 8.1), all configs work, but on my VM (Ubuntu 14.04), I get the following error :
Do you know what could I do, or any combinaison of node / node-sass / grunt-sass working ? Thank you |
Have you tried reinstalling like it suggests? |
Ok this is quite tricky. I use vagrant to sync my host files on my VM. The ideal would be to be able to just sync the core applications files from my host and install node_modules and composer packages only on the VM. The thing is that the "vagrant rsync-auto" command does not take into account the excludes folder on initial rsync. Issues :
So I tried the following :
With the following, I managed to make work grunt-sass 0.18.1 with the following node versions :
I have not tried it yet but I should vagrant up with only shared folder (no rsync), npm update on the VM to get the same files on my host. Then vagrant reload after changing the syncing method to rsync... |
@trompx [email protected] address this issue. You should able to install it on both the host and VM with them overwriting each other. |
node-sass v3.0.0 is live |
Grr after switching to the final 3.0.0 release I'm once again getting |
node-sass@2 doesn't seem to work with iojs, and my teams wants to switch for compass (or whatever the slow, ruby version we're using is). any chance i can use node-sass@3 alpha locally by having grunt-sas sset the dependency to
>= 2 < 4
(haven't tried this before... npm might fail somewhere) and depending on3.0.0-alpha.1
specifically in my app's package.json?The text was updated successfully, but these errors were encountered: