- 17 Nov, 2017 2 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
-
- 03 Nov, 2017 1 commit
-
-
xzyfer authored
-
- 02 Nov, 2017 8 commits
-
-
Nick Schonning authored
-
Removed 55 since it was part of a prerelease Node 8 only
Nick Schonning authored -
Nick Schonning authored
-
Nan::ObjectWrap Docs: https://github.com/nodejs/nan/blob/master/doc/object_wrappers.md#api_nan_object_wrap Prior to this, all wrapper Objects would never be deleted, allowing memory to grow unbounded. Example: The following, would leak WrapperObjects, and never ``` while (true) { new sass.types.String(‘I LEAK’); } ```
Stefan Penner authored -
Stefan Penner authored
-
Stefan Penner authored
-
Stefan Penner authored
-
* boolean * function-bridge * map * string
Stefan Penner authored
-
- 31 Oct, 2017 1 commit
-
-
Improved the grammar and clarity of the instructions in this project's README
Marcin Cieślak authored
-
- 30 Oct, 2017 1 commit
-
-
Folusho Oladipo authored
-
- 06 Oct, 2017 2 commits
-
-
* Remove Node 0.10 and 0.12 from travis config These will always fails now due to https://github.com/sass/node-sass/issues/2100. We manually verify support when building release binaries so there's no value in failing CI. It's scary to contributors. * Remove Node 0.10 and 0.12 from appveyor config These will always fails now due to https://github.com/sass/node-sass/issues/2100. We manually verify support when building release binaries so there's no value in failing CI. It's scary to contributors. * Link to the troubleshoot guide for Node < 4 installation issues Help people search for keywords because noone reads the help guides anyway.
Michael Mifsud authored -
Michael Mifsud authored
-
- 05 Oct, 2017 1 commit
-
-
AJ Hsu authored
-
- 08 Aug, 2017 1 commit
-
-
Fix a couple of typos and minor Markdown tweaks.
XhmikosR authored
-
- 04 Jul, 2017 1 commit
-
-
Nick Schonning authored
-
- 30 Jun, 2017 1 commit
-
-
Thanks to @drook for reporting it via #2033
Marcin Cieślak authored
-
- 27 Jun, 2017 1 commit
-
-
Closes #2027
Nick Schonning authored
-
- 18 Jun, 2017 2 commits
- 17 Jun, 2017 2 commits
-
-
- fixes issues with transitive dependency scss-tokenizer - allows graph to follow symlinks
Michael Mifsud authored -
This logic is all tightly coupled in the bin. This logic has been notoriously impossible to test due to weird fs timing issues. By extracting the actual logic we're now able to test it in isolation. With this in place replacing Gaze (#636) becomes a viable option. This PR not only massively increases our test coverage for the watcher but also address a bunch of known edge cases i.e. orphaned imports when a files is deleted. Closes #1896 Fixes #1891
Michael Mifsud authored
-
- 13 Jun, 2017 1 commit
-
-
Jason Pettett authored
-
- 10 Jun, 2017 1 commit
-
-
Readme: Fix typo in alt text of Slack Badge
Marcin Cieślak authored
-
- 09 Jun, 2017 2 commits
-
-
Jan Piotrowski authored
-
Jan Piotrowski authored
-
- 02 Jun, 2017 1 commit
-
-
Add Electron ABI versions
Marcin Cieślak authored
-