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
The bower block in the index.html is for injection of bower components through grunt bower install. It's contained in a build block, which is where scripts are minifed. If you don't want scripts to be minified, don't put them in the build block
it just seems odd that a bower build block would do minifacation since all bower code ships w/ minified version already....am I missing something here? I still want all my bower includes to be concatenated. Just don't need to be minified.
SHould I be included unminified or the minified version in the bower block in index.html?
It seems grunt build will always do its own minifaction of hte files.
The text was updated successfully, but these errors were encountered: