Using Bower, I can download an external URL resource and install it:
# bower install ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.js --save
But this now maps too an index.js
file:
"jquery": {
"source": {
"main": "vendor/jquery/index.js",
}
}
I want the name of the file to be the the same as in the URL if bower metadata is not available:
"jquery": {
"source": {
"main": "vendor/jquery/jquery.js",
}
}
Possible?
Sounds like a bug. Can you open a ticket?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With