added dev build and root index symlink
All checks were successful
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Website (push) Successful in 39s
Build and Deploy Website / Deploy Dev Website (push) Successful in 10s

This commit is contained in:
Samuel Philipp 2024-04-01 15:13:16 +02:00
parent 3c4944bacb
commit a915cee61c
10 changed files with 41 additions and 14 deletions

View file

@ -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": {