volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 99 forks source link

Single file requests in 0.3 and package.json volo config (and volo.ignore) #165

Closed osmestad closed 10 years ago

osmestad commented 11 years ago

It would be nice if 'single file requests' would ignore the Volo settings in a repo. Here is an example for Lodash: "volo": { "dependencies": { "lodash": "github:bestiejs/lodash/master#dist/lodash.underscore.js"

In Volo 0.2.10 this did the expected thing (install as lodash.js) until they added a Volo config to their package.json in: https://github.com/bestiejs/lodash/commit/8e350c433aa669aa942964da37475ec03a8536e4 Then it installs as lodash/lodash.js (since they specify "type": "directory"?), not a big deal.

But after updating to Volo 0.3 (and their latest commit) no file gets installed! (and existing file is deleted) when running 'volo add -f'. Is this related to their volo.ignore?

osmestad commented 10 years ago

This is fixed with 0.3.1, big thanks! (as described in #167 by commit: 2ad6b9f )