1.0.1 • Published 9 years ago
froad-gulp-usemin v1.0.1
froad-gulp-usemin
This is a custom gulp-usemin. Other people please don't use it. Please go to gulp-usemin for more details.
What's the differences from gulp-usemin 0.3.11?
- In
/lib/htmlBuilder.js, We thought the basename of html as the output path is not so reasonable for us, as our html exist in different level of folders. So we change it torelativePath. - We use
{{and}}as the seperator for js/css/png, so we change the the startReg regexp in/lib/blocksBuilder.jsaccording to our requirement.