6 lines
139 B
Bash
Executable file
6 lines
139 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
sass --update style:_site/style --style compressed
|
|
yarn eleventy
|
|
find _site -name "*.html" -exec htmlbeautifier {} \;
|