Set up sass

This commit is contained in:
arne 2022-02-19 18:29:17 +01:00
commit fd5e0004ce
207 changed files with 1250 additions and 14 deletions

View file

@ -4,7 +4,13 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build:eleventy": "eleventy --input=src/",
"build:sass": "mkdir -p _site/assets/ && sassc src/assets/style.scss > _site/assets/style.css",
"build": "pnpm build:sass && pnpm build:eleventy",
"watch:eleventy": "eleventy --serve --input=src/",
"watch:sass": "ls src/**/*.{scss,sass} | entr pnpm build:sass",
"start": "scripts/serve.sh"
},
"keywords": [],
"author": "",