Closed victorwpbastos closed 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)
This should be fixed now in the just-released volo 0.3.2. Run npm install -g volo
to get the latest version.
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?