UNPKG

gulp-build-html

Version:

Used to process html files to automatically concat css and js files, and meanwhile update html references.

4 lines 159 B
module.exports = { scriptRegexp: /<\s*script\s*[^>]*>([^<]*)<\s*\/\s*script\s*>/gim, styleRegexp: /<\s*link\s*[^>]*\bhref\s*=\s*['"](.*?)['"][^>]*>/gim };