- 02 Apr, 2015 1 commit
-
-
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 2 commits
-
-
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 -
Issue URL: #769. PR URL: #770.
Adeel authored
-
- 16 Mar, 2015 1 commit
-
-
Adeel authored
-
- 14 Mar, 2015 3 commits
-
-
CLI: Do not require input file on watch
Adeel Mujahid authored -
* Removes input file parameter from watch test. * Uses `once` instead of `on` in CLI tests. * Removes `bin.kill` in favour of `once`. Issue URL: #755. PR URL: #761.
Adeel authored -
Repo: Adds .gitattributes
Adeel Mujahid authored
-