- 30 Oct, 2014 12 commits
-
-
Rewrite lib/index.js
Andrew Nesbitt authored -
Kevin Martensson authored
-
Adeel authored
-
Kevin Martensson authored
-
Kevin Martensson authored
-
Kevin Martensson authored
-
Kevin Martensson authored
-
Move source files to src/ and sass-spec to test/fixtures/spec
Kevin Mårtensson authored -
Kevin Martensson authored
-
Kevin Martensson authored
-
Adeel authored
-
Adeel authored
-
- 29 Oct, 2014 20 commits
-
-
Kevin Martensson authored
-
Cleanup build.js and move it to lib
Adeel Mujahid authored -
Andrew Nesbitt authored
-
Kevin Martensson authored
-
Kevin Martensson authored
-
Kevin Martensson authored
-
Kevin Martensson authored
-
Adeel authored
-
Adeel authored
-
Cleanup CLI
Andrew Nesbitt authored -
Kevin Martensson authored
-
Build: Verbose stats
Andrew Nesbitt authored -
Adeel authored
-
Adeel authored
-
Andrew Nesbitt authored
-
Build: Uses different strategy to test bins status
Andrew Nesbitt authored -
Cleanup tests
Andrew Nesbitt authored -
Only 90% of the test should pass.
Adeel authored -
Kevin Martensson authored
-
Andrew Nesbitt authored
-
- 28 Oct, 2014 8 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
-