mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
update to terser v5 replace gulp-remove-code with a rough equivalent in the gulpscript itself replace gulp-inline with gulp-inline-source-html remove base64 modules as redundant when running inline-source (does both) remove crass as redundant when running inline-source (uses csso) fixup jquery source map comment (but still keep the actual file) at least now this seems stable enough to start more of the ui tweaking
19 lines
514 B
JSON
19 lines
514 B
JSON
{
|
|
"name": "esp8266-filesystem-builder",
|
|
"description": "Gulp based build system for ESP8266 file system files",
|
|
"main": "gulpfile.js",
|
|
"author": "Xose Pérez <xose.perez@gmail.com>",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-csslint": "^1.0.0",
|
|
"gulp-gzip": "^1.4.0",
|
|
"gulp-htmllint": "0.0.19",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-inline-source-html": "^1.0.3",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"html-minifier": "^4.0.0"
|
|
}
|
|
}
|