- 03 Nov, 2016 1 commit
-
- 02 Nov, 2016 5 commits
-
-
xzyfer authored
-
Fix links in troubleshooting.md
Michael Mifsud authored -
Respect NO_PROXY when downloading the binary
Michael Mifsud authored -
xzyfer authored
-
Turns our handling proxies is complicated. The sanest thing to do is try matching [npm's behaviour][1], and liable [to change][1] to our benefit. The TLDR; of which is to let `request` do whatever it wants unless npm has been explicitly configured otherwise. Fixes #1724 [1]: https://github.com/npm/npm/commit/40afd6aaf34 [2]: https://github.com/npm/npm/issues/7168
xzyfer authored
-
- 25 Oct, 2016 1 commit
-
-
xzyfer authored
-
- 19 Oct, 2016 1 commit
-
-
Nicolai Søborg authored
-
- 12 Oct, 2016 1 commit
-
-
Fix process argument binary configuration example
Michael Mifsud authored
-
- 11 Oct, 2016 1 commit
-
-
Should be --sass-binary-site instead of --SASS_BINARY_SITE
Paul Selden authored
-
- 03 Oct, 2016 4 commits
-
-
This was removed #1733 but was depended on by #1714.
xzyfer authored -
User configurable cache folder for binary download
Michael Mifsud authored -
Adding unit test coverage to install
Michael Mifsud authored -
The installer is getting more complicated. The core of it is a http request which makes testing it difficult/messy. Pulling out core logic into small util functions that we can unit test would give me much more confidence moving forward. I would prefer we don't export functions from scripts so people don't start relying on undocumented APIs. This is why I opted for helper utils but I'm not committed to them.
xzyfer authored
-
- 02 Oct, 2016 1 commit
-
-
New order of operations 1. Look for existing binary in vendor folder 2. Create target vendor folder 3. Look to see if we’ve cached a copy in the configured or NPM cache 4. Download to current version’s /CACHE/node-sass/version/binding_file 5. Copy the cached download to the regular vendor directory Closes #1566
Nick Schonning authored
-
- 30 Sep, 2016 5 commits
-
-
xzyfer authored
-
xzyfer authored
-
Node 5 is neither latest or LTS. This is not removing support for Node 5, it's simpky removing it from day-to-day CI for faster builds.
xzyfer authored -
This originally caused issues because sass spec was in the test folder. As of #1698 sass spec is now an npm devDependency. Without the test folder published the node-citgm cannot execute our `npm test`.
xzyfer authored -
These specs would use the local environment for `SASS_BINARY_NAME`. This means in the local environment wasn't supported these specs would fail unexpectedly. This doesn't play well with the node-citgm because these specs would fail anytime the module version was bumped.
xzyfer authored
-
- 13 Sep, 2016 4 commits
-
-
xzyfer authored
-
xzyfer authored
-
Update ISSUE_TEMPLATE with Bootstrap format
Michael Mifsud authored -
Took the basic structure from Bootstrap since they have a large project that gets a lot of issues [skip CI]
Nick Schonning authored
-
- 08 Sep, 2016 2 commits
-
-
Replace util._extend with Object.assign
Michael Mifsud authored -
Update spec runner for full sass-spec coverage
Nick Schonning authored
-
- 07 Sep, 2016 3 commits
-
-
Closes #1709
Nick Schonning authored -
ESLint 3.x updates
Nick Schonning authored -
This was never part of the public API, and has officially been depreciated in Node 6 https://github.com/nodejs/node/pull/4903 Object.assign can't be used yet since it requires ES2015
Nick Schonning authored
-
- 06 Sep, 2016 11 commits
-
-
Revert "Publish tests to npm"
Michael Mifsud authored -
Michael Mifsud authored
-
xzyfer authored
-
Previously the runner only picked up the first level of the test suites. Now we pick up each folder as a Mocha suite, which increases the tests run from ~1K to 6K.
Nick Schonning authored -
Nick Schonning authored
-
Failures in after_success don’t actually fail the build.
Nick Schonning authored -
xzyfer authored
-
xzyfer authored
-
xzyfer authored
-
Turns out old Java API struggles with certain UTF-8 characters. https://github.com/dlmanning/gulp-sass/issues/529 https://github.com/sass/node-sass/issues/1699 This is affecting JVM based build systems like Jenkins https://issues.jenkins-ci.org/browse/JENKINS-12610 https://issues.jenkins-ci.org/browse/JENKINS-33478
xzyfer authored
-