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
This messes up my build tools which do concatenation and minification. If you are using bower to begin with you probably have tools to handle the minification.
Current spec description:
The primary acting files necessary to use your package. While Bower does not directly use these files, they are listed with the commands bower list map and bower list --sources, so they can be used by build tools. Do not include minified files. Files should not be versioned (Bad: package.1.1.0.js; Good: package.js).
The text was updated successfully, but these errors were encountered:
This messes up my build tools which do concatenation and minification. If you are using bower to begin with you probably have tools to handle the minification.
See bower/bower#393
The text was updated successfully, but these errors were encountered: