- 21 Mar, 2017 2 commits
- 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 7 commits
-
-
xzyfer authored
-
I can't imagine accepting a PR with a LibSass bump. It'd be painful to audit. LibSass should be handled by core.
xzyfer authored -
xzyfer authored
-
xzyfer authored
-
Commit LibSass source directly from the 3.4.3 tag
xzyfer authored -
xzyfer authored
-
* Bump LibSass to 3.4.3 * Update sourcemap test fixtures to match new LibSass behaviour * Bump sass-spec@v3.4.3
Michael Mifsud authored
-
- 20 Dec, 2016 2 commits
- 19 Dec, 2016 1 commit
-
-
xzyfer authored
-
- 18 Dec, 2016 1 commit
-
-
Add a platform variant for installing a musl binary
Lachlan Donald authored
-
- 13 Dec, 2016 1 commit
-
-
Fix premature exit before the output stream is fully flushed
ysugimoto authored
-
- 11 Dec, 2016 1 commit
-
-
Drop dependency lodash.isarray
Michael Mifsud authored
-