Skip to content
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

Bower components in dist folder #17

Closed
marekhrabe opened this issue May 25, 2014 · 1 comment
Closed

Bower components in dist folder #17

marekhrabe opened this issue May 25, 2014 · 1 comment
Labels

Comments

@marekhrabe
Copy link

When I for example bower install jquery, this is generated in dist folder:

dist/bower_components/jquery/
└── src
    └── sizzle
        └── test
            ├── data
            │   └── mixed_sort.html
            └── index.html

Only html files from all packages are copied.

@marekhrabe marekhrabe added the bug label May 25, 2014
@PavelGavlik
Copy link
Collaborator

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.

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

No branches or pull requests

2 participants