Set up sass
This commit is contained in:
parent
9667e184fb
commit
fd5e0004ce
207 changed files with 1250 additions and 14 deletions
5
scripts/serve.sh
Executable file
5
scripts/serve.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
printf '
|
||||
pnpm run watch:eleventy
|
||||
pnpm run watch:sass
|
||||
' | xargs -P 0 -I '{}' sh -c '{}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue