- 10 May, 2018 4 commits
-
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
Nikita Sobolev authored
-
- 08 May, 2018 1 commit
-
-
It is not clear from the `--help` docs that `--source-map` requires a boolean or path. Passing the flag alone results in a TypeError. There's an argument to be made that passing the flag alone should imply `true`, or at the very least it should fail with a helpful error, not a cryptic TypeError. For now, this PR fixes the --help docs so that they match the README.
Matt Kane authored
-
- 06 May, 2018 1 commit
-
-
with relative path to troubleshoot guide, npm was unable to direct to correct page. Now its corrected using absolute path.
rupav jain authored
-
- 27 Apr, 2018 1 commit
-
-
Nick Schonning authored
-
- 25 Apr, 2018 6 commits
-
-
See https://github.com/sass/libsass/releases/tag/3.5.4 Revert to sass-spec@3.5.4-1 because of specs that depend on features reverted in 3.5.4.
xzyfer authored -
xzyfer authored
-
xzyfer authored
-
Raw CSS imports have been removed from LibSass. We need to opt into the feature with `sass_option_push_import_extension`. We're must do this to maintain BC. Any imported files with a `.css` extension will produce a deprecation warning. This commit should be reverted in v5. This would remove raw CSS imports once and for all.
xzyfer authored -
xzyfer authored
-
- 24 Apr, 2018 2 commits
- 23 Apr, 2018 2 commits
-
-
* Bump LibSass@3.5.3 See https://github.com/sass/libsass/releases/tag/3.5.3 * Workaround sass-spec A patch landed in sass-spec that is not compatible with 3.5.
Michael Mifsud authored -
xzyfer authored
-
- 04 Apr, 2018 1 commit
-
-
This is an alternative to some of the fixes in [1]. Starting with Nan 2.9.0, we have the ability to propagate async context across async hops. Certain variants of Nan::Callback::Call are now deprecated to encourage use of the context presevering alternatives. Certain variants of Node's MakeCallback that were used internally are going to be deprecated in Node 10. Summary is that one should use Nan::Call for sync calls, and Nan::Callback::Call for async. The latter expects an async resource corresponding to the async operation to be provided at the call time. This patch fixes things up so that 1) node-sass isn't using any deprecated APIs, and 2) properly propagates async context for async callbacks by creating async resources in the appropriate places. [1]: https://github.com/sass/node-sass/pull/2295
Ali Ijaz Sheikh authored
-
- 03 Apr, 2018 1 commit
-
-
刘祺 authored
-
- 29 Mar, 2018 1 commit
-
-
Nick Schonning authored
-
- 17 Mar, 2018 7 commits
-
-
Michael Mifsud authored
-
Benjamin Byholm authored
-
Benjamin Byholm authored
-
Benjamin Byholm authored
-
Benjamin Byholm authored
-
Work around https://github.com/nodejs/nan/issues/755
xzyfer authored -
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
-