- 23 Mar, 2016 1 commit
-
-
Closes #998
Takashi Mizohata authored
-
- 19 Mar, 2016 4 commits
-
-
Custom importers cause out of order chained imports.
Michael Mifsud authored -
Bump LibSass to 3.3.4
Michael Mifsud authored -
Bump almost all deps and remove npmconf
Michael Mifsud authored -
xzyfer authored
-
- 16 Mar, 2016 2 commits
-
-
Josh Graham authored
-
- get-stdin v5.0.0 and v5.0.1 both changed the API and use Promises. Possibly look at the 'then/promise' module to shim. - switched to cross-spawn-async as no spawning is done synchronously, so using more specific dependency. - graceful-fs warning is due to mocha being tardy itself.
Josh Graham authored
-
- 18 Feb, 2016 1 commit
-
-
Bump node-gyp dependency to ^3.3.0
Marcin Cieślak authored
-
- 17 Feb, 2016 1 commit
-
-
Fixes #1334
Michael Mifsud authored
-
- 15 Feb, 2016 2 commits
-
-
Nowell Strite authored
-
Nowell Strite authored
-
- 04 Feb, 2016 1 commit
-
-
Add example for basic command-line usage
Michael Mifsud authored
-
- 03 Feb, 2016 1 commit
-
-
Add bugs url to package.json
Michael Mifsud authored
-
- 02 Feb, 2016 2 commits
-
-
Greg authored
-
Maintainers get a lot of emails about errors from users whom we inevitably have to direct to the issue tracker. I suspect this is because, when an error happens, users are encouraged to run either `npm bugs` or `npm owner ls`. `npm bugs` would fail without a bugs url, so they'll move onto `npm owner ls` and subsequently email us. By adding the `bugs` url to the package.json, _hopefully_ this will mitigate some of the emails the maintainers receive.
Keith Cirkel 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 1 commit
-
-
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
-