You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime library vendor provides few different version of the script within single bower package, AMD and non-amd are the most common use cases. But they can only reference to one of them with bower.json main attribute.
I would like to be able to specify for each library, which file it should grab. If the library is not specified, default main attribute value should be used.
File path should be related to library's base path.
This issue is also posted at grunt-bower-requirejs github repo, therefore the fix should also make it's way to the plugin's code base through pull request.
The text was updated successfully, but these errors were encountered:
Sometime library vendor provides few different version of the script within single bower package, AMD and non-amd are the most common use cases. But they can only reference to one of them with bower.json
main
attribute.I would like to be able to specify for each library, which file it should grab. If the library is not specified, default
main
attribute value should be used.File path should be related to library's base path.
I imagine this to have the following looks:
This issue is also posted at grunt-bower-requirejs github repo, therefore the fix should also make it's way to the plugin's code base through pull request.
The text was updated successfully, but these errors were encountered: