- 02 Jan, 2016 2 commits
-
-
Remove red tape surrounding process.execPath and use it as-is. In particular, do not try to canonicalize the path returned by process.execPath as this might be relative in the restricted Linux environments (for example using overlayfs). We should be prepared to accept relative or otherwise broken process.execPath and have a faith it works (otherwise our build scripts wouldn't be invoked in the first place). https://github.com/sass/node-sass/issues/1323
Marcin Cieślak authored -
Allow symlinked output directories
Michael Mifsud authored
-
- 31 Dec, 2015 1 commit
-
-
Joshua Hanson authored
-
- 28 Dec, 2015 1 commit
-
-
Bump npm deps
Michael Mifsud authored
-
- 27 Dec, 2015 7 commits
-
-
get-stdin wasn't bumped to ^5 because it introduced a breaking change which would require use to drop support for node 0.10 or add a promise library just for this module.
xzyfer authored -
Update contributing docs.
Michael Mifsud authored -
Handle sass.NULL returned from the importer via done()
Michael Mifsud authored -
Whenever done() is called we should check for the sass.NULL value as well. While here, allow calling done(null) to anticipate removal of the sass.NULL one day. Fixes https://github.com/sass/node-sass/issues/1296
Marcin Cieślak authored -
Add test coverage for existing custom importer return semantics
Michael Mifsud authored -
Custom importers are expected to return `sass.NULL` to noop. However it appears we currently also allow `null`, `false`, and `undefined`. This patch adds test coverage over these caveats in case we unintentionally break BC.
xzyfer authored -
Less V8 bureaucracy for Nan::ThrowTypeError
Michael Mifsud authored
-
- 22 Dec, 2015 2 commits
-
-
Use assert.strictEqual in tests for better error output
Michael Mifsud authored -
Use https:// to check out libsass code
Michael Mifsud authored
-
- 20 Dec, 2015 1 commit
-
-
Marcin Cieślak authored
-
- 19 Dec, 2015 2 commits
-
-
When the test fails, we are getting actual values in the error message instead of + true = false
Marcin Cieślak authored -
Marcin Cieślak authored
-
- 28 Nov, 2015 5 commits
-
-
Update mocha dependency to >= 2.3.4
Michael Mifsud authored -
Disable more flakey watcher tests
Michael Mifsud authored -
Update README URLs based on HTTP redirects
Michael Mifsud authored -
This PR disables the final(?) flakey watcher tests until we have time dig into the race condition causing failures. Having these tests randomly failing builds is a terrible experience for contributors.
xzyfer authored -
ReadmeCritic authored
-
- 16 Nov, 2015 1 commit
-
-
That latest version includes an update (mochajs/mocha@039a8a7) to a newer version (2.2.0) of `debug`, which in turn has updated (visionmedia/debug@adc2402) its dependency on `ms` to 0.7.1 in order to include a [security fix](https://nodesecurity.io/advisories/46). Untested! Ideally, please also do a point release including this fixed dependency.
Bernhard Reiter authored
-
- 12 Nov, 2015 1 commit
-
-
JohnAlbin authored
-
- 11 Nov, 2015 10 commits
-
-
xzyfer authored
-
Bump LibSass to 3.3.2
Michael Mifsud authored -
Disable randomly failing watcher tests
Michael Mifsud authored -
Until we can commit time to figuring out why they're failing randomly.
xzyfer authored -
Disable randomly failing watcher tests
Michael Mifsud authored -
Until we can commit time to figuring out why they're failing randomly.
xzyfer authored -
xzyfer authored
-
This is a work around for sass/libsass#1719 which removed a header that broke compilation on VS 2013.
xzyfer authored -
xzyfer authored
-
Adjust incorrect spacing in README
Marcin Cieślak authored
-
- 09 Nov, 2015 1 commit
-
-
Minor spacing error causing "file" to read as "f ile". Fixed.
Greg Gamel authored
-
- 03 Nov, 2015 1 commit
-
-
Use the last stable nvm, not the master version
Michael Mifsud authored
-
- 02 Nov, 2015 2 commits
-
-
Michał Gołębiowski authored
-
The nvm version from master is unsupported and may be broken. Using a tag is advised.
Michał Gołębiowski authored
-
- 31 Oct, 2015 1 commit
-
-
CI: Build for node 5.x
Michael Mifsud authored
-
- 30 Oct, 2015 1 commit
-
-
Marcin Cieślak authored
-
- 27 Oct, 2015 1 commit
-
-
Added a test for #1219
Michael Mifsud authored
-