1. 16 May, 2017 2 commits
  2. 29 Mar, 2017 3 commits
  3. 21 Mar, 2017 5 commits
  4. 12 Mar, 2017 1 commit
  5. 27 Feb, 2017 1 commit
  6. 22 Feb, 2017 1 commit
  7. 16 Feb, 2017 1 commit
  8. 06 Feb, 2017 1 commit
    • Fix npm rebuild · f0419a7a
      Running `npm rebuild node-sass` as we instruct people, has been
      noop for a while. I'm not entirely sure what has changed.
      
      Debugging as reveal that running `rebuild` now just triggers the
      `install` and `postinstall` scripts. The `build` script is no
      longer run. This suggests something has changed in newer versions
      of npm.
      
      Since the `--force` flag is required to rebuild the binary I've
      update the `build` script to take into account if `--force` was
      passed to npm.
      xzyfer authored
  9. 31 Jan, 2017 4 commits
  10. 28 Jan, 2017 5 commits
  11. 27 Jan, 2017 1 commit
  12. 26 Jan, 2017 3 commits
  13. 24 Jan, 2017 1 commit
  14. 12 Jan, 2017 4 commits
  15. 08 Jan, 2017 2 commits
    • 4.2.0 · 1e76d991
      xzyfer authored
    • Remove the git fallback · 93eeed1b
      The git submodule is removed as of #1850.
      
      This was added by me in #874 to support node-sass being installed
      as a gitish via GitHub rather than the npm registry.
      
      We publish the LibSass src to npm already so it should continue
      to work as is.
      xzyfer authored
  16. 07 Jan, 2017 5 commits