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
Current way to copy bower components is using the copy property in config. More advanced solution will be ready after #3 is completed. Example of copy property usage: copy: [ "bower_components/jquery/**/*" ]
HTML files from bower_components should not be copied. That's a bug and I'll fix it.
When I for example
bower install jquery
, this is generated in dist folder:Only html files from all packages are copied.
The text was updated successfully, but these errors were encountered: