- 08 Aug, 2015 1 commit
-
-
The code has been updated to meet the requirements of the updated V8 engine as provided by io.js. In some cases additional EscapableHandleScope has been provided. SassValueWrapper<T>::New has been changed: in case of instance construction via the function call "sass.types.Color(0,0,0)" instead of "new sass.types.Color(0,0,0)" the "new" part is no longer executed by falling through. This should not be necessary because the constructor is called by the NewInstance call anyway. This fixes the following error: FATAL ERROR: v8::Object::SetAlignedPointerInInternalField() Internal field out of bounds
Marcin Cieslak authored
-
- 21 Jul, 2015 3 commits
-
-
Remove unused ctx_w
Michael Mifsud authored -
Marcin Cieslak authored
-
Provide nodeSassConfig hardcoded defaults
Michael Mifsud authored
-
- 13 Jul, 2015 2 commits
-
-
Don't launch npm in the PowerShell
Michael Mifsud authored -
Misc. updates
Michael Mifsud authored
-
- 11 Jul, 2015 4 commits
-
-
Updates troubleshooting guide.
Adeel authored -
The issue was fixed by rvagg/pangyp#5 and shipped with pangyp v2.0.
Adeel authored -
Adeel authored
-
Some private npm repositiories seem not to carry custom package.json properties around. Fixes: https://github.com/sass/node-sass/issues/1030
Marcin Cieslak authored
-
- 10 Jul, 2015 1 commit
-
-
Remove extra ',' in README
Marcin Cieślak authored
-
- 09 Jul, 2015 1 commit
-
-
Justin Fong authored
-
- 06 Jul, 2015 1 commit
-
-
There might be issues with running npm under PS, therefore let's run npm under CMD. https://github.com/sass/node-sass/issues/996 http://help.appveyor.com/discussions/problems/2347-npm-275prefer-global-warning-causes-failure-command-executed-with-exception#comment_37223989 https://github.com/npm/npm/issues/8517 Effectively reverts: https://github.com/sass/node-sass/pull/995
Marcin Cieslak authored
-
- 02 Jul, 2015 2 commits
-
-
Correct typeof reference in README
Keith Cirkel authored -
JavaScript's typeof operator returns "string" not "String" for string values and objects
Gerard Paapu authored
-
- 30 Jun, 2015 2 commits
-
-
Change "feth" -> "fetch" in extensions.js comment
Keith Cirkel authored -
Joe Lencioni authored
-
- 11 Jun, 2015 1 commit
-
-
Release 3.2.0
Michael Mifsud authored
-
- 10 Jun, 2015 5 commits
-
-
xzyfer authored
-
Bump Libsass to 3.2.5
Michael Mifsud authored -
xzyfer authored
-
Lock to npm@2.7.5 in AppVeyor
Michael Mifsud authored -
We need this in order work around an issue with npm https://github.com/npm/npm/issues/8517
xzyfer authored
-
- 21 May, 2015 1 commit
-
-
Release v3.1.2
Michael Mifsud authored
-
- 20 May, 2015 2 commits
-
-
xzyfer authored
-
Fix multi-file compile only writes to the last path when multiple files import a changed partial
Michael Mifsud authored
-
- 19 May, 2015 2 commits
-
-
Konstantin Kopachev authored
-
CLI: Adds source-map=directory support
Adeel Mujahid authored
-
- 18 May, 2015 2 commits
- 15 May, 2015 3 commits
-
-
Release v3.1.1
Michael Mifsud authored -
xzyfer authored
-
Fix ability to watch whole directory
Michael Mifsud authored
-
- 13 May, 2015 3 commits
-
-
xzyfer authored
-
Bump Libsass to 3.2.4
Michael Mifsud authored -
xzyfer authored
-
- 12 May, 2015 2 commits
-
-
Konstantin Kopachev authored
-
--help fix: mentioning options also in stdin/stdout syntax
Adeel Mujahid authored
-
- 11 May, 2015 2 commits
-
-
Switch back to official pangyp
Michael Mifsud authored -
We temporarily switched to a fork until https://github.com/rvagg/pangyp/pull/5 was resolved.
xzyfer authored
-