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

CSS dependencies #189

Closed victorwpbastos closed 10 years ago

victorwpbastos commented 10 years ago

Until today:

volo install github:components/bootstrap/3.1.1#css/bootstrap.css someName

downloads bootstrap.css and save as someName.css

Now:

volo install github:components/bootstrap/3.1.1#css/bootstrap.css someName

downloads bootstrap.css and save as someName.js

Why?

osmestad commented 10 years ago

Another example that fails in the same way (gets .js instead of .swf filetype):

"volo": {
  "baseDir": "lib",
  "dependencies": {
    "soundmanager2_flash9": "github:scottschiller/soundmanager2/master#swf/soundmanager2_flash9.swf"
  }
}

(Using Volo 0.3.1)

jrburke commented 10 years ago

This should be fixed now in the just-released volo 0.3.2. Run npm install -g volo to get the latest version.