- 05 Apr, 2015 4 commits
-
-
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
-
- 21 Mar, 2015 1 commit
-
-
Adeel Mujahid authored
-
- 18 Mar, 2015 5 commits
-
-
Submodule: Updates LibSass to v3.2.0-beta.1
Adeel Mujahid authored -
* Updates sass-spec to corresponding commit. * Prevents source_string from freeing in data context case in binding code. * Corresponds to sass/libsass#925.
Adeel authored -
Adeel authored
-
Code: Parses arguments manually
Adeel Mujahid authored -
Build with the unbundled libsass
Adeel Mujahid authored
-
- 17 Mar, 2015 1 commit
-
-
Use environment variables to control how libsass is linked: LIBSASS_EXT variable empty or unset Build a bundled libsass source (from src/libsass). This is the default. LIBSASS_EXT=auto libsass is located using pkg-config and linked dynamically LIBSASS_EXT=yes LIBSASS_CFLAGS= compiler flags LIBSASS_LDFLAGS= linker flags LIBSASS_LIBRARY= library to link Link libsass manually, by adding compiler and linker flags. For example this way libsass can be linked in statically (on Unix): LIBSASS_EXT=yes LIBSASS_CFLAGS=-I/usr/local/include LIBSASS_LIBRARY=/usr/local/lib/libsass.a When using LIBSASS_EXT there is no need to checkout the libsass source into src/libsass submodule and the library from the package management system can be used. PR: #139 PR: #389 PR: #744
Marcin Cieslak authored
-