1. 06 May, 2015 4 commits
  2. 05 May, 2015 1 commit
  3. 04 May, 2015 3 commits
  4. 03 May, 2015 8 commits
  5. 01 May, 2015 1 commit
    • Use runtime libsass version · 043c5670
      Return real libsass version
      information - in when a shared library
      is used this version may be changed
      even without recompilation
      
      libsass version in the package.json
      file is now used only for checking
      out the bundled libsass library
      from the git submodule
      Marcin Cieslak authored
  6. 29 Apr, 2015 6 commits
  7. 28 Apr, 2015 7 commits
  8. 24 Apr, 2015 1 commit
  9. 23 Apr, 2015 1 commit
    • Kill watcher processes during test · 7108d5cc
      After running npm test four node processes
      keep on running:
      
      85880  1  S        0:00,41 node node-sass/bin/node-sass --watch node-sass/test/fixtures/simple/tmp.scss
      85883  1  S        0:00,41 node node-sass/bin/node-sass --watch --quiet node-sass/test/fixtures/simple/tmp.scss
      85885  1  S        0:00,40 node node-sass/bin/node-sass --output-style compressed --watch node-sass/test/fixtures/simple/bar.scss
      85888  1  S        0:00,42 node node-sass/bin/node-sass --output-style compressed --watch node-sass/test/fixtures/watching/index.scss
      
      We need to explicitly kill them when the test is done.
      Marcin Cieslak authored
  10. 22 Apr, 2015 1 commit
  11. 21 Apr, 2015 7 commits