- 21 Apr, 2015 3 commits
-
-
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 1 commit
-
-
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
-
- 07 Apr, 2015 2 commits
-
-
CLI: Adds support for multi-file compilation.
Adeel Mujahid authored -
Paul C Pederson authored
-
- 06 Apr, 2015 4 commits
-
-
Code: Skips path.resolve when outFile is not set
Adeel Mujahid authored -
Adeel authored
-
Code: Don't throw from interim callback state
Adeel Mujahid authored -
Lets the error propagate to libsass. This goes against the concept of fast aborting, but this way downstream user will not get a blunt exception, but receive a well-formatted JSON error. Note: this exception from importer callback's post-process handler cannot be captured by try- catch. The edit in binding.cpp is also required, because those conditions will never get satisfied anyway. Removed due to aforementioned reasons.
Adeel authored
-
- 05 Apr, 2015 6 commits
-
-
Adeel authored
-
Importer: Throws error on invalid return type
Adeel Mujahid authored -
Issue URL: #670. PR URL: #833.
Adeel authored -
API: Provides support for array of importers
Adeel Mujahid authored -
* In order to skip the importer, user must return `sass.types.NULL` (or the shorter alias `sass.NULL`). * See the added test on usage. * Backward compatible: part of me want still wants to make it non-backward compatible because: * We can: in major version v3.0. * It will keep the API clean. * It will keep the docs clear: type of `options.importers` is array of functions. * Updates docs. Issue URL: #821. PR URL: #832.Adeel authored -
* Also updates dependencies versions.
Adeel authored
-
- 02 Apr, 2015 2 commits
-
-
ad br so readme cli options differentiate
Kevin Mårtensson authored -
Tom Fuertes authored
-
- 29 Mar, 2015 5 commits
-
-
Build: Adding libsass.gyp in a separate dir
Adeel Mujahid authored -
* Turned out it isn't a bug, it's a feature! * npm/npm#7780
Adeel authored -
* Because we tend to fix them, not ignore.
Adeel authored -
* Adds corresponding tests. Issue URL: #651. PR URL: #817.
Adeel authored -
Wes Todd authored
-
- 28 Mar, 2015 1 commit
-
-
CLI: Adds support for Custom Functions
Adeel Mujahid authored
-