added dev build and root index symlink
This commit is contained in:
parent
3c4944bacb
commit
a915cee61c
10 changed files with 41 additions and 14 deletions
|
@ -5,8 +5,8 @@
|
|||
"scripts": {
|
||||
"minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/**/*.html dist/**/**/*.html dist/**/**/**/*.html dist/**/**/**/**/*.html dist/**/**/**/**/**/*.html",
|
||||
"start": "eleventy --serve --watch",
|
||||
"build": "eleventy && npm run move-index && npm run minify-css",
|
||||
"move-index": "cpx dist/de/index.html dist/"
|
||||
"build": "eleventy && npm run minify-css",
|
||||
"build:dev": "BUILD=dev eleventy"
|
||||
},
|
||||
"author": "samuel-p",
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue