Migrated with shower-cli
Showing
gulpfile.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -32,23 +32,15 @@ | ... | @@ -32,23 +32,15 @@ |
"shower-core": "^2.1.0" | "shower-core": "^2.1.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"browser-sync": "^2.26.3", | |||
"del": "^3.0.0", | |||
"gh-pages": "^2.0.0", | |||
"gulp": "^4.0.0", | |||
"gulp-rename": "^1.2.2", | |||
"gulp-replace": "^1.0.0", | |||
"gulp-zip": "^4.0.0", | |||
"merge-stream": "^1.0.0", | |||
"path-exists-cli": "^1.0.0", | "path-exists-cli": "^1.0.0", | ||
"shower-cli": "^0.2.3" | "shower-cli": "^0.2.3" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"pdf": "shower pdf", | "pdf": "shower pdf", | ||
"start": "gulp serve", | "start": "shower serve", | ||
"prepare": "gulp prepare", | "prepare": "shower prepare --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'", | ||
"archive": "gulp archive", | "archive": "shower archive --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'", | ||
"publish": "gulp publish", | "publish": "shower publish --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'", | ||
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip" | "test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip" | ||
} | } | ||
} | } |
Please register or sign in to comment