- 17 Sep, 2015 6 commits
-
-
Marcin Cieślak authored
-
Marcin Cieślak authored
-
P.S.V.R authored
-
Marcin Cieślak authored
-
Sometimes they generate double notification on change: 1) cli node-sass in.scss should watch the full scss dep tree for a single file (scss): Uncaught AssertionError: 'body{background:blue}\n\nbody{background:blue}' == 'body{background:blue}' + expected - actual -body{background:blue} - body{background:blue} at Socket.<anonymous> (test/cli.js:317:16) at readableAddChunk (_stream_readable.js:146:16) at Socket.Readable.push (_stream_readable.js:110:10) at Pipe.onread (net.js:523:20) https://github.com/sass/node-sass/issues/1152Marcin Cieślak authored -
xzyfer authored
-
- 16 Sep, 2015 9 commits
-
-
Fix race conditons in watcher tests
Michael Mifsud authored -
We are getting test failures: 1) cli node-sass in.scss should watch the full scss dep tree for a single file: Uncaught AssertionError: false == true + expected - actual -false +true at Socket.<anonymous> (test/cli.js:317:9) at readableAddChunk (_stream_readable.js:146:16) at Socket.Readable.push (_stream_readable.js:110:10) at Pipe.onread (net.js:523:20)Marcin Cieślak authored -
Marcin Cieślak authored
-
Marcin Cieślak authored
-
Use two different directories for directory watching CLI tests to avoid races.
Marcin Cieślak authored -
Provide a useful error message when the binding is not found
Michael Mifsud authored -
Currently we show the unhelpful for `libsass` binding not found. This accounts for a number of reoccurring GitHub issues. It's also the second largest driver of Google traffic to the node-sass GitHub repo.
xzyfer authored -
Windows delay hook feature is only needed on the main module, linked into the shared library. Don't compile and include it second time in the bundled libsass. Related: https://github.com/nodejs/node-gyp/issues/732
Marcin Cieślak authored -
Marcin Cieślak authored
-
- 14 Sep, 2015 1 commit
-
-
Run OSX builds in Travis CI
Michael Mifsud authored
-
- 11 Sep, 2015 1 commit
-
-
xzyfer authored
-
- 10 Sep, 2015 1 commit
-
-
Marcin Cieslak authored
-
- 09 Sep, 2015 6 commits
-
-
Now that io.js and Node.js have converged these comments make no sense.
xzyfer authored -
Add Node.js 4 to AppVeyor
Michael Mifsud authored -
xzyfer authored
-
Replace pangyp with node-gyp
Michael Mifsud authored -
We originally adopted pangyp as a tempory work around for iojs support. This and more has been added to node-gyp and as such pangyp has been deprecated.
xzyfer authored -
Fix crash in List::SetValue() etc. when trying to add a bare JavaScript object. Check for bare objects in lists and maps in test. Don't use C++ exceptions in the binding code.
Marcin Cieslak authored
-
- 08 Sep, 2015 7 commits
-
-
Make Travis CI to report failures on Node.js 4.0
Michael Mifsud authored -
In the unlikely event libsass gives us the value we don't understand use V8 exception to report failure and exit before calling a user-defined custom function. XXX We do not have currently any way to test this (that would require mocking libsass).Marcin Cieslak authored -
::construct() methods may return NULL and indicate an error in the returned error value.
Marcin Cieslak authored -
This method uses Sass error value as a vehicle to report the error message, but returns NULL to indicate constructor failure. This is used to tell successful creation of the Sass error object from the constructor failure, where no valid Sass object can be created.
Marcin Cieslak authored -
gdi2290 authored
-
Marcin Cieslak authored
-
Make the build process output actually useful.
Marcin Cieslak authored
-
- 07 Sep, 2015 3 commits
-
-
If compiling using the debug build of node -DDEBUG and -D_DEBUG flags are automatically added. This causes libsass to produce additional debugging output that may interfere with tests. Once this is resolved, this can be reverted. Reported-as: https://github.com/sass/libsass/issues/1518
Marcin Cieslak authored -
Fixes: https://github.com/sass/node-sass/issues/1123
Marcin Cieslak authored -
Introduce libsass version checking in cli.js and skip the test if running with libsass 3.2.5 or older.
Marcin Cieslak authored
-
- 01 Sep, 2015 2 commits
-
-
Update to the new Travis CI infrastructure.
Michael Mifsud authored
-
- 31 Aug, 2015 4 commits
-
-
Update reference of 'multi-file' to 'directory'
Michael Mifsud authored -
Standardise on cross-spawn for spawning child processes
Michael Mifsud authored -
The multi-file terminology is unintuitive and could be seen as suggesting we support multiple input files, when in fact we're describing directory support.
xzyfer authored -
Empty data string is not a file name
Michael Mifsud authored
-