- 29 Apr, 2015 5 commits
-
-
Bump Libsass and sass-spec to 3.2.0
Michael Mifsud authored -
Set User-Agent: HTTP header
Michael Mifsud authored -
xzyfer authored
-
xzyfer authored
-
Marcin Cieslak authored
-
- 28 Apr, 2015 7 commits
-
-
Introduce SASS_BINARY_SITE environment and refactor API tests
Michael Mifsud authored -
Pin to nan@^1.8.4
Michael Mifsud authored -
xzyfer authored
-
Marcin Cieslak authored
-
Separate testing of all configuration and runtime paramenters into a separate file. Reduce bolierplate code and use startup/teardown to restore test context. Implement additional single-parameter tests for configuration variable.
Marcin Cieslak authored -
Provide ability to locally mirror node-sass binaries for various versions and platforms. SASS_BINARY_SITE needs to be an URL pointing to a collection of files organized like the Github repository. If SASS_BINARY_SITE is set to http://myhost:8080/local/node-sass-bin/ then http://myhost:8080/local/node-sass-bin/v3.0.0-beta.5/freebsd-x64-14_binding.node should point to the FreeBSD 64 bit binary for node 0.12.0 The URL can be also specified as the --sass-binary-site commandline option or in the package.json: "nodeSassConfig": { "binarySite": <url> } Remove --sass-binary-url and friends. Also change priority and use package.json defaults last, after command line arguments and the environment.
Marcin Cieslak authored -
Show expected binary path in the error message if bindings not found
Michael Mifsud authored
-
- 24 Apr, 2015 1 commit
-
-
Kill watcher processes during test
Michael Mifsud authored
-
- 23 Apr, 2015 1 commit
-
-
After running npm test four node processes keep on running: 85880 1 S 0:00,41 node node-sass/bin/node-sass --watch node-sass/test/fixtures/simple/tmp.scss 85883 1 S 0:00,41 node node-sass/bin/node-sass --watch --quiet node-sass/test/fixtures/simple/tmp.scss 85885 1 S 0:00,40 node node-sass/bin/node-sass --output-style compressed --watch node-sass/test/fixtures/simple/bar.scss 85888 1 S 0:00,42 node node-sass/bin/node-sass --output-style compressed --watch node-sass/test/fixtures/watching/index.scss We need to explicitly kill them when the test is done.
Marcin Cieslak authored
-
- 22 Apr, 2015 1 commit
-
-
This release was created to hotfix an npm release issue.
xzyfer authored
-
- 21 Apr, 2015 7 commits
-
-
Release 3.0.0 beta.6
Michael Mifsud authored -
xzyfer authored
-
xzyfer authored
-
Update sourcemap test to match updates in Libsass
Michael Mifsud authored -
xzyfer authored
-
Clarify custom importers and functions are still experimental
Michael Mifsud authored -
xzyfer authored
-
- 20 Apr, 2015 6 commits
-
-
Handle build script git operations in JS
Michael Mifsud authored -
xzyfer authored
-
Fix bug with join defaulting to comma separator
Michael Mifsud authored -
xzyfer authored
-
Init libSass submodule when npm installing via git url
Michael Mifsud authored -
xzyfer authored
-
- 19 Apr, 2015 1 commit
-
-
CLI: Adds --quiet flag
Michael Mifsud authored
-
- 14 Apr, 2015 4 commits
-
-
Paul C Pederson authored
-
Close #713 (handle->flags & UV_CLOSING) assertion failure
Michael Mifsud authored -
Admin: Promoting Michael Mifsud to project lead
Michael Mifsud authored -
Adeel Mujahid authored
-
- 13 Apr, 2015 2 commits
-
-
It is not safe to delete uv_async_t object after calling uv_close(). This object remains in the closing queue and can be purged only in the final callback.
Marcin Cieslak authored -
Fix typo lenth->length
Michael Mifsud authored
-
- 12 Apr, 2015 1 commit
-
-
Marcin Cieslak authored
-
- 11 Apr, 2015 2 commits
-
-
Marcin Cieslak authored
-
Addresses #697.
Adeel Mujahid authored
-
- 08 Apr, 2015 2 commits
-
-
Fixed lint error which was causing tests to fail.
Adeel Mujahid authored -
Andy Shora authored
-