- 10 Dec, 2016 5 commits
-
-
xzyfer authored
-
Federico Brigante authored
-
Tri Nguyen authored
-
xzyfer authored
- 02 Dec, 2016 1 commit
-
-
Update sourceComments documentation in README.md
Kristine authored
-
- 15 Nov, 2016 10 commits
-
-
xzyfer authored
-
Use console for logging instead of npmlog
Michael Mifsud authored -
xzyfer authored
-
xzyfer authored
-
xzyfer authored
-
xzyfer authored
-
Send npmlog to stdout
Michael Mifsud authored
-
- 14 Nov, 2016 6 commits
- 13 Nov, 2016 11 commits
-
-
xzyfer authored
-
Handle permission errors when attempting to cache binaries
Michael Mifsud authored -
This uses a candidate model for determining an suitable cache directory. This is different from the current approach with eagerly chooses a cache directory. If that directory isn't accessible for some reason (i.e. permissions) we have to bail out. With this approach we can try a prioritised list of candidate directories. Additionally this address the case where npm cache config is blank. Fixes #1781
xzyfer authored -
Use npmlog for all install script output
Michael Mifsud authored -
xzyfer authored
-
In for a penny in for a pound. I also noticed that #1786 resulted in some funky looking console output. I've taken this opportunity to tidy up our install script output whilst maintaining the information useful for debugging install issues. ``` > node-sass@3.11.3 install /Users/xzyfer/Projects/Sass/upstream/node-sass > node scripts/install.js http node-sass install Downloading binary from https://github.com/sass/node-sass/releases/download/v3.11.3/darwin-x64-47_binding.node http node-sass install Download complete info node-sass install Binary saved at /Users/xzyfer/Projects/Sass/upstream/node-sass/vendor/darwin-x64-47/binding.node > node-sass@3.11.3 postinstall /Users/xzyfer/Projects/Sass/upstream/node-sass > node scripts/build.js info node-sass build Binary found at /Users/xzyfer/Projects/Sass/upstream/node-sass/vendor/darwin-x64-47/binding.node info node-sass build Testing binary info node-sass build Binary is fine > node-sass@3.11.3 prepublish /Users/xzyfer/Projects/Sass/upstream/node-sass > not-in-install && node scripts/prepublish.js || in-install ```
xzyfer authored -
Fix binding tests leaking process values
Michael Mifsud authored -
Marvin Hagemeister authored
-
npm config values are strings
xzyfer authored -
xzyfer authored
-
- 12 Nov, 2016 3 commits
-
-
Add descendent files to watched files
Michael Mifsud authored -
The state leakage means that running mocha in watch mode causes random failures. Closes #1748
xzyfer authored -
xzyfer authored
-
- 11 Nov, 2016 1 commit
-
-
Change console.log to npmlog
David Gasperoni authored
-
- 08 Nov, 2016 1 commit
-
-
Fixes #1731
Marvin Hagemeister authored
-
- 07 Nov, 2016 2 commits
-
-
- don't test old Node.JS version on OSX - don't test iojs, should be covered by 0.12 and 4
xzyfer authored -
Stop messing with require.cache in tests
Michael Mifsud authored
-