gulp-build-html
Version:
Used to process html files to automatically concat css and js files, and meanwhile update html references.
35 lines (34 loc) • 752 B
JSON
{
"name": "gulp-build-html",
"version": "1.0.19",
"description": "Used to process html files to automatically concat css and js files, and meanwhile update html references.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"gulp-util": "^3.0.1",
"jsdom": "^19.0.0",
"vinyl": "^2.0.2",
"wzh.node-utils": "0.0.10",
"xxlogger": "^1.0.10"
},
"keywords": [
"gulp",
"useref",
"concat",
"css",
"js",
"html",
"build",
"block",
"script",
"reference",
"merge"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "hotteapot",
"license": "MIT"
}