- 17 Mar, 2018 1 commit
-
-
Fixes #2287
xzyfer authored
-
- 13 Mar, 2018 2 commits
- 11 Mar, 2018 3 commits
- 10 Mar, 2018 8 commits
-
-
xzyfer authored
-
xzyfer authored
-
Currently the binary download is streamed to disk once a 200 response has been recieved. When an error occurs during the download a partially downloaded binary is left on disk. Subsequent installs see the binary and bail out of re-downloading it. Worse yet those subsequent installs move the binary into the global cache so even removing node_modules will not remove the broken binary. With this patch the binary is only flushed to disk once it has been fully downloaded. Fixes #1882 Fixes #1888
xzyfer authored -
Kristaps Austers authored
-
Kristaps Austers authored
-
Updated the node-sass cli script to use the watcher removed function instead of the 'deleted' function which is non-existent.
William authored -
Lets try to avoid the rush of issues when Node 10 is released next month. Node 10 is currently version [`62`][1] but is expected to be [`63`][2] before going stable. We need to pick one because of the ABI breakage betweem 62 and 63. If this bet pays off we save ourselves a bunch of time dealing with installation issues, and avoiding a new release. If we're wrong it's no different to any other major Node release. [1]: https://github.com/nodejs/node/blob/97595739/src/node_version.h#L112 [2]: https://github.com/nodejs/node/pull/19201
xzyfer authored -
I ran into [an issue][1] compiling the iojs 3 binary on OSX. This sound affect anyone in reality but just in case. [1]: https://github.com/nodejs/nan/pull/728
xzyfer authored
-
- 07 Mar, 2018 3 commits
-
-
Jimmy King authored
-
xzyfer authored
-
- 04 Mar, 2018 2 commits
- 24 Feb, 2018 1 commit
-
-
Saw this trick in another repo and though it made sense
Nick Schonning authored
-
- 22 Feb, 2018 1 commit
-
-
We still want these till we officially drop the EOL Node versions
Nick Schonning authored
-
- 20 Feb, 2018 1 commit
-
-
In this way his past contributions are mapped correctly, including collapsing two different ways of writing "ę" into one.
Michał Gołębiowski-Owczarek authored
-
- 17 Jan, 2018 1 commit
-
-
Andrew Luca authored
-
- 23 Dec, 2017 1 commit
-
-
Fixed a Typo
Saul Ivan Rivas Vega authored
-
- 20 Nov, 2017 2 commits
-
-
xzyfer authored
-
Related https://github.com/barsh/true-case-path/issues/2 Fixes #2157 Closes #2161
xzyfer authored
-
- 17 Nov, 2017 3 commits
- 16 Nov, 2017 2 commits
-
-
Nick Schonning authored
-
xzyfer authored
-
- 14 Nov, 2017 3 commits
-
-
Fix watching of entry points
Michael Mifsud authored -
Currently changes to non-partials are being picked up. This PR Fixes that and adds addition test coverage. Fixes #2139
xzyfer authored -
xzyfer authored
-
- 11 Nov, 2017 4 commits
-
-
Fix Some Leaks
Michael Mifsud authored -
* Use true-case-path * Fix failing tests * Delete package-lock.json * .gitignore package-lock.json
Michael Loughry authored -
## Fixes - Problem with watcher (@evanfuture, #2147) ## Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9 | | OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9 | | Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9 | | Alpine | x64 | 4, 6, 7, 8, 9 | | FreeBSD 10+ | i386 | 4, 6, 8 | | FreeBSD 10+ | amd64 | 4, 6, 8 | *Linux support refers to Ubuntu, Debian, and CentOS 5
Marcin Cieślak authored -
* gaze.watched returns an object Since it returns an object, we need to run through the keys, a simple index of isn't enough. This should fix https://github.com/sass/node-sass/issues/2139
Evan Payne authored
-
- 06 Nov, 2017 1 commit
-
-
ruedap authored
-
- 04 Nov, 2017 1 commit
-
-
Pointing them to the release notes is safer since it will accurately reflect the support for that version of node-sass
Nick Schonning authored
-