Set up sass
This commit is contained in:
parent
9667e184fb
commit
fd5e0004ce
207 changed files with 1250 additions and 14 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue