volojs / volo

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

skips files from the root of a zip archive #174

Closed salomvary closed 10 years ago

salomvary commented 10 years ago
$ volo add http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.6.4.zip
Downloading: http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.6.4.zip
Installed http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.6.4.zip at leaflet-0.6.4

$ ls -1 leaflet-0.6.4
layers-2x.png      
layers.png         
marker-icon-2x.png marker-icon.png    
marker-shadow.png
$ wget http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.6.4.zip

$ zipinfo -1 leaflet-0.6.4.zip 
images/
images/layers-2x.png
images/layers.png
images/marker-icon-2x.png
images/marker-icon.png
images/marker-shadow.png
leaflet-src.js
leaflet.css
leaflet.ie.css
leaflet.js