- 29 Oct, 2014 2 commits
-
-
Kevin Martensson authored
-
Andrew Nesbitt authored
-
- 28 Oct, 2014 12 commits
-
-
Don't rely on isTTY for stdin/stdout
Adeel Mujahid authored -
Misc. Fixes
Andrew Nesbitt authored -
Adeel authored
-
Also updated sass-specs.
Adeel authored -
Actually isTTY is only relevant if we want to see whether we really have to read from stdin.
Alan Plum authored -
If isTTY is falsey (i.e. empty), the cli will attempt to read from stdin even if it is passed an input filename.
Alan Plum authored -
As assert aborts the code execution if the file exists, this test will result in the file not being deleted if it exists. This change makes sure the file is cleaned up if it exists, before the assert has a chance to abort.
Alan Plum authored -
Adeel authored
-
Adeel authored
-
Adeel authored
-
Tweak CLI output indentation
Andrew Nesbitt authored -
Kevin Martensson authored
-
- 24 Oct, 2014 12 commits
-
-
Andrew Nesbitt authored
-
Test: SourceMap in stats with renderSync
Andrew Nesbitt authored -
Adeel authored
-
Stats: Passes updated sourceMap to finishStats()
Andrew Nesbitt authored -
* jasonsanjose-brackets-sass-readme: Alphabetize list Add link to Brackets Add brackets-sass to list of usages
Andrew Nesbitt authored -
https://github.com/jasonsanjose/node-sass…
Merge branch 'brackets-sass-readme' of https://github.com/jasonsanjose/node-sass into jasonsanjose-brackets-sass-readme * 'brackets-sass-readme' of https://github.com/jasonsanjose/node-sass: Alphabetize list Add link to Brackets Add brackets-sass to list of usages Conflicts: README.md
Andrew Nesbitt authored -
Jason San Jose authored
-
Fixes #472.
Adeel authored -
Jason San Jose authored
-
Jason San Jose authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
- 23 Oct, 2014 2 commits
-
-
Use meow instead of yargs
Adeel Mujahid authored -
Kevin Martensson authored
-
- 17 Oct, 2014 1 commit
-
-
Adeel authored
-
- 16 Oct, 2014 7 commits
-
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Removed node-sass-middleware as a dependency
Andrew Nesbitt authored -
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Code: Updates libsass to v3.0 and sass-specs
Andrew Nesbitt authored -
Adeel authored
-
- 14 Oct, 2014 2 commits
-
-
Update test runner to match sass-spec
Andrew Nesbitt authored -
- The sass-spec runner by default looks for `input.json` and will skip any test which doesn't have one. Mirror that behaviour by skipping the test run if an `input.json` file doesn't exist. - The sass-spec folders have been moved around so update the ignored folders to match where the todo tests now live.
Edd Sowden authored
-
- 13 Oct, 2014 1 commit
-
-
Code: Updated to latest master and fixed a test
Andrew Nesbitt authored
-
- 12 Oct, 2014 1 commit
-
-
Adeel authored
-