- 05 May, 2016 1 commit
-
-
Renamed parameters to be a little clearer, and marked them public since they are being exported
Nick Schonning authored
-
- 03 May, 2016 2 commits
-
-
For the lazy
Michael Mifsud authored -
The support was added in sass/node-sass#1499
Markus Tacker authored
-
- 02 May, 2016 4 commits
-
-
Currently it's a bit of an ordeal trying to get the atomic puush required for AppVeyor to register a commit on the release branch and also a tag. Looks like AppVeyor expects you to do release from the master branch. Inspired by @nschonni work in #1518 in an attempt to work around this issue this PR instructs AppVeyor to ignore tags on non-release branches. Fingers crossed this makes like easier. Closes #1518
Michael Mifsud authored -
xzyfer authored
-
Closes #1486
Michael Mifsud authored -
Node 6.x has trouble including modules from MS-DOS drives created with subst.exe. Since we use use subst only to set symbols paths in the PDB file, let's revert to the C: drive when doing tests. Workaround for: https://github.com/nodejs/node/issues/6500
Marcin Cieślak authored
-
- 29 Apr, 2016 1 commit
-
-
Previous we manually installed NVM and did the version switching ourselves. This was required because Trvais didn't support NVM on OSX builds. This has since [been fixed][1] so lets see how it goes. [1:][https://github.com/travis-ci/travis-ci/issues/2311]
Michael Mifsud authored
-
- 28 Apr, 2016 5 commits
-
-
This was previously attempted in #1413. Shortly after it's release proxy users started experiencing installation issues so this was reverted. It was later determined that #1458 was likely at fault for the proxy issues. Full credit for this patch goes to @delitescere. I've also taken the liberty of cleaning the request config generation. Fixes #1333
Michael Mifsud authored -
This was partially addressed by bumping NAN in #1496. https://github.com/nodejs/node/issues/6216 https://codereview.chromium.org/1839983002/patch/1/10002 Fixes #1484
Michael Mifsud authored -
Michael Mifsud authored
-
This removes the deprecation warning in Node 6
Michael Mifsud authored -
xzyfer authored
-
- 27 Apr, 2016 3 commits
-
-
Michael Mifsud authored
-
The human friendly name for an unknown platform, arch or runtime is currently `false`. With this patch the user is better informed as to why their environment is unsupported. The raw value is also output to ease with bug reports. Closes #1487
Michael Mifsud authored -
Nick Schonning authored
-
- 23 Apr, 2016 2 commits
-
-
xzyfer authored
-
v3.6.0: Bump LibSass to 3.3.6
Michael Mifsud authored
-
- 21 Apr, 2016 5 commits
- 20 Apr, 2016 1 commit
-
-
xzyfer authored
-
- 19 Apr, 2016 10 commits
-
-
Fix script/build.js logic
Michael Mifsud authored -
Also, do not add additional spaces.
Marcin Cieślak authored -
Marcin Cieślak authored
-
Marcin Cieślak authored
-
v3.5.0
Michael Mifsud authored -
xzyfer authored
-
Log the error when there is a problem with the binary
Michael Mifsud authored -
This is a messy first cut. We can revisit this in upcomming patches. The value this will bring to debugging installation errors makes this worth considered we're about to release a LibSass bump. Fixes #1161
xzyfer authored -
Bump LibSass 3.3.5
Michael Mifsud authored -
xzyfer authored
-
- 31 Mar, 2016 2 commits
-
-
Fix a regression in binary verification
Michael Mifsud authored
-
- 26 Mar, 2016 4 commits
-
-
Ouptut a deprecation warning to stdout when using process.sass
Michael Mifsud authored -
This is an undocumented internal API that will be removed. Access `process.sass` will produce the following warning. >Deprecation warning: `process.sass` is an undocumented internal that will be removed in future versions of Node Sass.
xzyfer authored -
Better error messages for missing binaries
Michael Mifsud authored -
This is another iteration on improving the infamous >The `libsass` binding was not found Messages will now provide more useful information which will - give users a chance to resolve the problem themselves - give us more debug information from the error message alone Error messages produce now will look like: >Node Sass does not yet support your current environment: OS X 64-bit with Node.js 4.x >For more information on which environments are supported please see: >http://.... >Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 4.x >Found bindings for the following environments: > - OS X 64-bit with io.js 3.x > - OS X 64-bit with Node.js 5.x >This usually happens because your environment has changed since running `npm install`. >Run `npm rebuild node-sass` to build the binding for your current environment. >Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 4.x >This usually happens because your environment has changed since running `npm install`. >Run `npm rebuild node-sass` to build the binding for your current environment.
xzyfer authored
-