Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 03, 2016
  2. May 02, 2016
  3. May 01, 2016
  4. Apr 30, 2016
  5. Apr 28, 2016
    • Christian Moritz's avatar
    • Eitot's avatar
      Clarify opt-out commands · 4333bce8
      Eitot authored
      * Clarify opt-out commands
      
      * Partially rewrite opt-out paragraph
      4333bce8
    • Christian Moritz's avatar
      Language::Node.npm_install_args: add helper method (#37) · bc98fd37
      Christian Moritz authored
      * add Language::Node helper module
      
      This adds a language module for Node module based formulas.
      It contains the 2 public methods `std_npm_install_args(libexec)` and
      `local_npm_install_args`:
      
      * `std_npm_install_args` is intended to be used in formulas for
        standard node modules and returns `npm install` args for a global
        style module installation to libexec.
      * `local_npm_install_args` is for formulas, in which the `npm install`
        step is only one of multiple parts of the installation process and
        returns `npm install` args for a default local installation in place.
      
      Both methods have in common, that they are
      
      * making sure that a working copy of npm and node-gyp from node's
        libexec is prepended to the PATH (to not rely of a user managed npm)
      * seting the npm cache to HOMEBREW_CACHE/npm, which fixes issues caused
        by overriding $HOME resulting in long install times + high disk usage
        (see https://github.com/Homebrew/brew/pull/37#issuecomment-208840366)
      
      * audit: update npm install check for Language::Node
      
      * cleanup: remove npm_cache too
      
      * doc: add Node-for-Formula-Authors.md
      bc98fd37
  6. Apr 26, 2016
  7. Apr 25, 2016
  8. Apr 23, 2016
Loading