Skip to content

bower minification? #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ralyodio opened this issue Jul 18, 2014 · 2 comments
Closed

bower minification? #367

ralyodio opened this issue Jul 18, 2014 · 2 comments

Comments

@ralyodio
Copy link

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.

@DaftMonk
Copy link
Member

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

@ralyodio
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants