1. 29 Aug, 2016 1 commit
    • Publish tests to npm · 0f35536b
      This is required for nodejs/citgm#165.
      
      I conceed it will increase the size of the tarball. This isn't ideal
      given the background noise of installation issues atm, but IMHO the
      value of being in the CITGM is worth it.
      
      The additional transparency into the binary download added by #1649
      will go a long to alleviating the addition tarball size.
      xzyfer authored
  2. 26 Aug, 2016 2 commits
  3. 21 Aug, 2016 3 commits
  4. 17 Aug, 2016 1 commit
  5. 16 Aug, 2016 1 commit
  6. 10 Aug, 2016 1 commit
  7. 09 Aug, 2016 1 commit
  8. 20 Jul, 2016 1 commit
  9. 17 Jul, 2016 2 commits
  10. 14 Jul, 2016 5 commits
  11. 05 Jul, 2016 1 commit
  12. 16 Jun, 2016 2 commits
  13. 15 Jun, 2016 1 commit
    • Prevent options from leaking (#1595) · 655a85fa
      The options object passed into `render` and `renderSync` is only
      shallow copied. This is an issue when nested objects and arrays like
      custom importer and functions. In the case of custom function we
      wrap the provided function. This wrapped version replaces the provided
      one which can then leak back into the calling code. This is an issue
      if `render*` is called in a loop like in gulp-sass.
      
      Fixes #1168
      Michael Mifsud authored
  14. 10 Jun, 2016 2 commits
  15. 08 Jun, 2016 2 commits
  16. 31 May, 2016 1 commit
  17. 10 May, 2016 1 commit
    • Update watched file list when files are added or removed (#1539) · ad4c44ce
      Currently we build the Sass import graph when the CLI watcher is
      started. However the graph is not update updated when files are
      added or deleted. The latest is a big deal but the former results
      in new files not triggered rebuilds when they're changed. The only
      way to currently resolve this is to restart the CLI watcher.
      
      This patch rebuilds the Sass import graph when files are added or
      deleted to the watch always works as expected.
      
      Fixes #1538
      Michael Mifsud authored
  18. 05 May, 2016 1 commit
  19. 03 May, 2016 2 commits
  20. 02 May, 2016 4 commits
  21. 29 Apr, 2016 1 commit
  22. 28 Apr, 2016 4 commits