As a result of the fix for #41, volo add jquery now ends up installing the file as jquery-1.7.2.js instead of just jquery.js
This should be fixed, the idea behind local names is that they should be version-agnostic so that they fit well with module schemes that are just baseUrl + dependencyname + .js.
Likely fix, trim [-.]?version[-.]? from the local name.
As a result of the fix for #41,
volo add jquery
now ends up installing the file as jquery-1.7.2.js instead of just jquery.jsThis should be fixed, the idea behind local names is that they should be version-agnostic so that they fit well with module schemes that are just baseUrl + dependencyname + .js.
Likely fix, trim [-.]?version[-.]? from the local name.