- 02 Feb, 2016 1 commit
-
-
Greg authored
-
- 30 Jan, 2016 2 commits
-
-
Fix CLI usage
Adeel Mujahid authored -
Updated CLI usage as per #669
Mihal Malostanidis authored
-
- 29 Jan, 2016 1 commit
-
-
Marcin Cieślak authored
-
- 27 Jan, 2016 1 commit
-
-
Replace "request" by "got"
Michael Mifsud authored
-
- 26 Jan, 2016 1 commit
-
-
* Less dependency * Use only stream
Mehdy Dara authored
-
- 23 Jan, 2016 1 commit
-
-
Release 3.5.0-beta.1
Michael Mifsud authored
-
- 21 Jan, 2016 4 commits
-
-
Marcin Cieślak authored
-
No need to wrap the section in a conditional
Marcin Cieślak authored -
Use /RELEASE option of LINK.EXE
Marcin Cieślak authored -
To ensure proper debugging of problems of Windows, publish PDB debug file along with the binary. In order to keep paths to the source files clean apply the technique described by John Robbins in "PDB Files: what every developer must know" http://www.wintellect.com/devcenter/jrobbins/pdb-files-what-every-developer-must-know and build node-sass in the "S:\node_modules\node-sass" During debugging, source files can be referenced via the virtual "S:" drive. This allows users and developers to assign S: drive to the project root ("node_modules") and access source files without having to redefine source paths. Artifact names are generated in a nice, Lisp-styled functional PowerShell hidden in a YAML folded scalar! Add node 5 to the PR testing build.
Marcin Cieślak authored
-
- 20 Jan, 2016 12 commits
-
-
Revert "Bump AppVeyor to use Visual Studio 2015"
Adeel Mujahid authored -
Disables Thread-Safe for local static variables
Adeel Mujahid authored -
Fixes #1283.
Adeel authored -
This reverts commit 901f4114.
Marcin Cieślak authored -
xzyfer authored
-
Bump to latest libsass
Michael Mifsud authored -
Normalize the way of writing 'LibSass' to the one used by the project
Michael Mifsud authored -
Accept process.execPath as-is
Michael Mifsud authored -
Sourcemaps got an overhaul in LibSass 3.3.3. Given the current state of sourcemaps let's assume the new mappings are an improvement.
xzyfer authored -
This is just to see what CI thinks
xzyfer authored -
Fix detection of error specs
Michael Mifsud authored -
Fix false positive when spec has a subfolder called error
xzyfer authored
-
- 17 Jan, 2016 1 commit
-
-
Update license year range to 2016
Michael Mifsud authored
-
- 16 Jan, 2016 1 commit
-
-
Prayag Verma authored
-
- 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 1 commit
-
-
When the test fails, we are getting actual values in the error message instead of + true = false
Marcin Cieślak authored
-