- 16 May, 2017 2 commits
- 29 Mar, 2017 3 commits
-
-
xzyfer authored
-
Update module version for node v8.x
Michael Mifsud authored -
V8 5.7 landed recently in node core, causing the module version to get bumped.
Brian White authored
-
- 21 Mar, 2017 5 commits
-
-
xzyfer authored
-
xzyfer authored
-
Add Node 8 to the support versions lists
Michael Mifsud authored -
Use hardcoded process values rather than inspecting the current environment.
xzyfer authored -
This is a workaround for nodejs/citgm#389. The install/build flow needs to be updated so that unsupported environments result in an informative warning instead of a failure.
xzyfer authored
-
- 12 Mar, 2017 1 commit
-
-
Closes #1838 [skip ci]
Harris Weeks authored
-
- 27 Feb, 2017 1 commit
-
-
* Update request version to avoid npm warn
Franco Arza authored
-
- 22 Feb, 2017 1 commit
-
-
Fix npm rebuild
Michael Mifsud authored
-
- 16 Feb, 2017 1 commit
-
-
Nick Schonning authored
-
- 06 Feb, 2017 1 commit
-
-
Running `npm rebuild node-sass` as we instruct people, has been noop for a while. I'm not entirely sure what has changed. Debugging as reveal that running `rebuild` now just triggers the `install` and `postinstall` scripts. The `build` script is no longer run. This suggests something has changed in newer versions of npm. Since the `--force` flag is required to rebuild the binary I've update the `build` script to take into account if `--force` was passed to npm.
xzyfer authored
-
- 31 Jan, 2017 4 commits
-
-
xzyfer authored
-
Restore behaviour of cwd in include path
Michael Mifsud authored -
xzyfer authored
-
Traditionally Sass has added the cwd as the first include path. This behaviour was remove in Sass 3.4, and recently in LibSass 3.5.0.beta.2. People depend on this behaviour and as a result a lot of compilations are now failing. This PR restores the expected behaviour and adds a test to boot. Fixes #1876
xzyfer authored
-
- 28 Jan, 2017 5 commits
-
-
Update AppVeyor release config
Michael Mifsud authored -
The AppVeyor config was updated in #1870 but I missed some changes for the release config.
xzyfer authored -
Make the watcher more responsive to child changes
Michael Mifsud authored -
Watching for changes on files with lots of `@import`s had a significant regression in responsiveness in #1745. The regression was caused by calling `gaze.add` unnecessarily. We only need to call `gaze.add` on files that aren't currently being watched. At the time I confirmed that calling `gaze.add` in files that were being watched wouldn't result in a leak or multiple events being fired. I however assumed calling `gaze.add` for already watched files would be very cheap. Fixes #1869
xzyfer authored -
Use Visual Studio 2015 for Node 6+
Michael Mifsud authored
-
- 27 Jan, 2017 1 commit
-
-
Node change to Visual Studio 2015 when Node 6 went to LTS. See nodejs/node#7989 Fixes #1854
xzyfer authored
-
- 26 Jan, 2017 3 commits
-
-
xzyfer authored
-
xzyfer authored
-
Bump LibSass to 3.5.0.beta.2
Michael Mifsud authored
-
- 24 Jan, 2017 1 commit
-
-
xzyfer authored
-
- 12 Jan, 2017 4 commits
-
-
xzyfer authored
-
Remove the git fallback
Michael Mifsud authored -
Remove git sub module documentation
Michael Mifsud authored -
Remove the LibSass git submodule
Michael Mifsud authored
-
- 08 Jan, 2017 2 commits
- 07 Jan, 2017 5 commits