diff --git a/package.json b/package.json index b08a1e1..ac75292 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "website for sp-codes.de", "scripts": { - "minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/**/*.html dist/**/**/*.html dist/**/**/**/*.html", + "minify-css": "uncss -n -H dist/ -o dist/css/main-*.css 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/"