1. 19 Jun, 2014 32 commits
  2. 17 Jun, 2014 7 commits
  3. 16 Jun, 2014 1 commit
    • Allow executable to contain spaces · 2748095a
      NVM has a special script which loads the correct node version before executing a command.
      The syntax for this is `/usr/local/nvm/nvm-exec ...`, so `nvm-exec npm list --json` for example.
      But previously when specifying `executable='/usr/local/nvm/nvm-exec nvm'` this would not work because the string was treated as one executable.
      Koen Punt committed