-
Notifications
You must be signed in to change notification settings - Fork 96
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
Upgraded to node-sass 2.0.1 #49
Conversation
+1 for that, cause 1.2.3 failing with node 0.12 sass/node-sass#550 |
just bitted us too. |
+1 for this. |
👍 For the moment downgrading to |
Is 2.0.1 backward compatible? If so this should definitely go in. homebrew just stated shipping node 0.12 as default. |
Needed until joliss/broccoli-sass#49 or another fix lands in broccoli-sass.
Needed until joliss/broccoli-sass#49 or another fix lands in broccoli-sass.
Needed until joliss/broccoli-sass#49 or another fix lands in broccoli-sass.
👍 We're in the same boat. |
var includePathSearcher = require('include-path-searcher'); | ||
var CachingWriter = require('broccoli-caching-writer'); | ||
var sass = require('node-sass'); | ||
var _ = require('lodash'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
although this is pre-existing, we should require the exact part of lodash that we need. Otherwise this can be a spin up hit.
@hipertracker Thanks for this PR! The diff was a little bit too long to review effectively ;-) - it's basically a rewrite - but I updated the dependency myself in 6e600fe and released it in v0.4.0. |
Upgrade node-sass to 2.0.1. (Older node-sass version is not working on OS X)