gulp-useref
gulp-useref copied to clipboard
Skip some block concatenation in html file
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 !