- 24 Oct, 2015 1 commit
-
-
xzyfer authored
-
- 14 Oct, 2015 4 commits
-
-
xzyfer authored
-
Bump LibSass to 3.3.0-beta3
Michael Mifsud authored -
xzyfer authored
-
xzyfer authored
-
- 23 Sep, 2015 3 commits
-
-
Marcin Cieślak authored
-
Marcin Cieślak authored
-
Marcin Cieślak authored
-
- 18 Sep, 2015 9 commits
-
-
Fix a typo "repsonse" to "response".
Kyle Cho authored -
Ben Vibhagool authored
-
Fixed typo "Sepcial" to "Special" in "// only one of them is required, see section Special Behaviours" (line 319 in examples section) in README.md.
John T. Knox authored -
xzyfer authored
-
Add --follow option to the CLI
Michael Mifsud authored -
Use sass binary url from .npmrc if available
Michael Mifsud authored -
For pull requests and pushes to master just build 32-bit binaries and do not store artifacts. Whenever a tag is pushed to the "release" branch - produce full set of 32-bit and 64-bit binaries, create a GitHub release (if does not exist already) and attach the binaries to the release. Issue open: http://bit.ly/twoBuilds AppVeyor starts two builds in response to the "new commit" and "new tag" events.
Marcin Cieslak authored -
Import libsass 3.3 code
Michael Mifsud authored -
- New source layout - New header names for #include - No need for exception handling in pure C code
Marcin Cieślak authored
-
- 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 12 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 -
Fabio Huser authored
-
Fabio Huser authored
-
Fabio Huser 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 2 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
-