- 23 Feb, 2015 1 commit
-
-
When no destination or output folder is provided, it will print the output to stdout. If the source-map option was set, it will print it as well. Issue URL: #669. PR URL: #701.
Adeel authored
-
- 22 Feb, 2015 1 commit
-
-
The new binary path format is: `<platform>-<arch>-<v8 version>/binding.node` Issue URL: #694. PR URL: #695.
Adeel authored
-
- 20 Feb, 2015 1 commit
-
-
Render options in callbacks as this.options
Adeel Mujahid authored
-
- 19 Feb, 2015 1 commit
-
-
This patch and tests introduces a context for all callbacks currently in node-sass. Right now, they run w/ an ambiguous context, making the `this` keyword not helpful to importer developers (and eventually custom function developers). This creates a context object, adds the render options to said context object, and then uses that context for importer, success, and error callbacks via `this.options`. By using a context instead of just `.call(options...)` there is a hook for later should we find additional environmental information is valuable to importer / custom function developers such as the node environment, node-sass version, etc.
Jakob Heuser authored
-
- 15 Feb, 2015 6 commits
-
-
Misc. Fixes
Adeel Mujahid authored -
Adeel authored
-
On Windows, process.execPath does not get resolved symlink path. This commit fixes the issue. Related Issue: iojs/io.js#851. PR URL: #668.
Adeel authored -
Adeel authored
-
Adeel authored
-
* Returns json-string error from LibSass as is. * Extends empty error object with parsed JSON. Note: The reason why NanError is not used because LibSass returns error as JSON string with message as member, so we would have to reparse and reassign the obj in that case. Issue URL: #675. PR URL: #668.
Adeel authored
-
- 12 Feb, 2015 9 commits
-
-
* Reason: njs v0.11 is not relavent any more. * Solution: Update to node v0.12 with which node-sass v2.0.1 is compatible OOTB.Adeel authored -
Code: Minor fixes.
Adeel Mujahid authored -
Adeel authored
-
xzyfer authored
-
xzyfer authored
-
xzyfer authored
-
Package: Updates libsass verion
Adeel Mujahid authored -
* Locking down v2.0.0. Related Issue: #602.
Adeel authored -
Improve install script
Adeel Mujahid authored
-
- 11 Feb, 2015 8 commits
-
-
Rubén Norte authored
-
Rubén Norte authored
-
Adeel authored
-
Misc. Fixes
Adeel Mujahid authored -
Adeel authored
-
* Promotes node.js to v1.2.
Adeel authored -
Adeel authored
-
Code: Minor refactoring.
Adeel authored
-
- 10 Feb, 2015 5 commits
-
-
Include correct header for malloc related functions.
Adeel Mujahid authored -
Andrew Hacking authored
-
Build: Produces identifiable binary name
Adeel Mujahid authored -
Adeel authored
-
The new format is: {platform}-{arch}-{runtime}-{major.minor} where major and minor version belong to the runtime. Related Issue: #655. PR URL: sass/node-sass#657.Adeel authored
-
- 07 Feb, 2015 2 commits
-
-
Package: Adds pangyp to devDependencies
Adeel Mujahid authored -
* Updates packages to latest versions.
Adeel authored
-
- 06 Feb, 2015 1 commit
-
-
Don't exit if an error occurs while watching
Adeel Mujahid authored
-
- 05 Feb, 2015 4 commits
-
-
If the user specified to watch a directory/file and an error occurs we shouldn't stop the process.
David Protasowski authored -
Add docs badge to README
Adeel Mujahid authored -
specifying outputStyle default value
Adeel Mujahid authored -
olsonpm authored
-
- 04 Feb, 2015 1 commit
-
-
[ci skip]
René Föhring authored
-