Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cache for downloaded binary files #1566

Closed
wants to merge 6 commits into from
Closed

Add cache for downloaded binary files #1566

wants to merge 6 commits into from

Commits on May 26, 2016

  1. Configuration menu
    Copy the full SHA
    7d77916 View commit details
    Browse the repository at this point in the history
  2. 1554 - cache binary in tmp folder

    - the binary file is downloaded to a tmp folder and copied to vendor destination. If the binary already exist in the tmp folder, it will be copied only.
    - With this change node-sass will work offline, cache the binary and save bandwidth.
    - The binary configuration parameters will work the same as before.
    pitgrap committed May 26, 2016
    Configuration menu
    Copy the full SHA
    36ac14e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1000858 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Configuration menu
    Copy the full SHA
    e244410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce1bc1 View commit details
    Browse the repository at this point in the history
  3. 1554 - optimize install script

    - simplify getTempPath()
    - use os-tmpdir
    - add fallback to vendor
    - remove unnecessary parameters
    pitgrap committed May 31, 2016
    Configuration menu
    Copy the full SHA
    a07af5a View commit details
    Browse the repository at this point in the history