-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Full bower_components folder is included in /dist build #590
Comments
Not all Bower components can add themselves correctly via |
Thank you for the answer, I just saw that dist app is huge so I inspected it a bit and realised that bower_components is still there. |
Yeah, ideally (imo) it shouldn't be there. So on a per-project basis, I update my Gruntfile to remove it if possible. |
Ideally the bower_components folder in the after a build process should contain only the |
If I understand correctly, the reason is that not all bower dependencies are correclty added to the index.html and go to the vendor.js minified file? I find it strange to, by default, leave the |
PR submitted here: #608 |
Very interesting. I thought that we should not do it (to be honest, I think .mk On Sat, Mar 8, 2014 at 12:46 AM, Eddie Monge [email protected]:
|
I've noticed that we have copy of bower_components in dist folder after running build task. Do we really need it?
I commented out this part of copy task and nothing broke down. Also, I've tried what could go wrong, but didn't find anything.
The text was updated successfully, but these errors were encountered: