jonkemp / gulp-useref

Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
MIT License
705 stars 93 forks source link

Avoid concatenate duplicate files using search in multiple directories; #135

Closed assisantunes closed 9 years ago

assisantunes commented 9 years ago

If you are using <!-- build:js({.tmp/serve,src}) /dashboard/scripts.js --> and there is file in both directories, the file will be concatenated twice. This fix is to make sure that only the first valid file will be included;

jonkemp commented 9 years ago

I'm not interested in this at this time. Please refer to the Contributing doc.

https://github.com/jonkemp/gulp-useref/blob/master/CONTRIBUTING.md#pull-requests

I would prefer that pull requests fix issues that a lot of people are experiencing. There are 25 open issues currently.

Before submitting a pull request that fixes a problem you have, please see if anyone has the issue. If not, create an issue or a feature request first before submitting a pull request. Thanks!