1. 05 Nov, 2016 1 commit
    • Fix proxy config for binary download · 30724448
      In #1725 we started setting `proxy: ''` to defer proxy resolution
      logic to request. However `request` uses `hasOwnProperty` rather
      than falsey checks to determine if an option has been set. This
      caused `request` to believe were configuring a proxy so it didn't
      do it's own proxy resolution.
      
      Fixes #1785
      Fixes #1787
      xzyfer authored
  2. 03 Nov, 2016 4 commits
  3. 02 Nov, 2016 5 commits
  4. 25 Oct, 2016 1 commit
  5. 19 Oct, 2016 1 commit
  6. 12 Oct, 2016 1 commit
  7. 11 Oct, 2016 1 commit
  8. 03 Oct, 2016 4 commits
  9. 02 Oct, 2016 1 commit
    • Install: Use a cache folder for binary download · b6558523
      New order of operations
      1. Look for existing binary in vendor folder
      2. Create target vendor folder
      3. Look to see if we’ve cached a copy in the configured or NPM cache
      4. Download to current version’s /CACHE/node-sass/version/binding_file
      5. Copy the cached download to the regular vendor directory
      Closes #1566
      Nick Schonning authored
  10. 30 Sep, 2016 5 commits
  11. 13 Sep, 2016 4 commits
  12. 08 Sep, 2016 2 commits
  13. 07 Sep, 2016 3 commits
  14. 06 Sep, 2016 7 commits