jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

Output directory not honoured by zips. #41

Closed tgvashworth closed 11 years ago

tgvashworth commented 11 years ago
~/dev/tmp/bomb
❯ pulldown bootstrap -o output
->  Success: http://twitter.github.io/bootstrap/assets/bootstrap.zip was downloaded to output/bootstrap.zip
->  Success: output/bootstrap.zip was extracted to bootstrap

~/dev/tmp/bomb
❯ ls
bootstrap output

~/dev/tmp/bomb
❯ tree
.
├── bootstrap
│   └── bootstrap
│       ├── css
│       │   ├── bootstrap-responsive.css
│       │   ├── bootstrap-responsive.min.css
│       │   ├── bootstrap.css
│       │   └── bootstrap.min.css
│       ├── img
│       │   ├── glyphicons-halflings-white.png
│       │   └── glyphicons-halflings.png
│       └── js
│           ├── bootstrap.js
│           └── bootstrap.min.js
└── output
    └── bootstrap.zip

6 directories, 9 files
jackfranklin commented 11 years ago

Success: output/bootstrap.zip was extracted to bootstrap

This seems entirely wrong. Will have to dig into this.