Added ShowerCLI for pdf generation
This commit is contained in:
parent
65cc2fb890
commit
89c256daf6
File diff suppressed because it is too large
Load Diff
|
@ -40,9 +40,11 @@
|
|||
"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.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"pdf": "shower pdf",
|
||||
"start": "gulp serve",
|
||||
"prepare": "gulp prepare",
|
||||
"archive": "gulp archive",
|
||||
|
|
Loading…
Reference in New Issue