- 07 Apr, 2015 1 commit
-
-
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 4 commits
-
-
CLI: Adds support for Custom Functions
Adeel Mujahid authored -
* Adds related tests and fixtures. Issue URL: #784. PR URL: #815.
Adeel authored -
Feature: Provides sourceMapRoot option
Adeel Mujahid authored -
Issue URL: #776. PR URL: #813.
Adeel authored
-
- 27 Mar, 2015 6 commits
-
-
Adeel authored
-
Code: Improves binary test
Adeel Mujahid authored -
* Removes slash from URL.
Adeel authored -
Adeel authored
-
Code: Reverted #763
Adeel Mujahid authored -
Minor cleanup; removing redundant headers from `.cpp` files.
Adeel authored
-
- 25 Mar, 2015 2 commits
- 24 Mar, 2015 6 commits
-
-
Adeel authored
-
Adeel authored
-
Code: Mics. formattings
Adeel Mujahid authored -
Adeel authored
-
Feature: Configurable linefeed and indent
Adeel Mujahid authored -
* `indentType` can be space or tab. * default: space. * `indentWidth` is a positive integer. * default: 2. * maximum: 10 * `linefeed` could be: * cr * crlf * lf * lfcr Issue URL: #682. PR URL: #792.
Adeel authored
-
- 23 Mar, 2015 4 commits
-
-
malloc() needs <stdlib.h>
Adeel Mujahid authored -
Marcin Cieslak authored
-
Custom functions
Adeel Mujahid authored -
Matthew Ryo authored
-