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

Skip some block concatenation in html file #220

Open lllove0 opened 7 years ago

lllove0 commented 7 years ago

In developing mode, i want the source code not to be concated, but vender(like under bower_components folder's libraries) should also to be concated. In #76 it shows how to use noconcat to ignore concat the blocks in dev mode, but it also ignore the bower components concatenation. Any ideas about this? thank you !