rhizome variant

This commit is contained in:
idk
2019-11-28 18:45:34 -05:00
parent 12fff599f0
commit 51cc8c96e1

View File

@@ -153,7 +153,7 @@ fmt:
cleancss -O1 all -O2 all --format beautify home.css -o .home.css && mv .home.css home.css
cleancss -O1 all -O2 all --format beautify info.css -o .info.css && mv .info.css info.css
#find . -path ./node_modules -prune -o -name '*.css' -exec cleancss -O1 --format beautify {} \;
find . -path ./node_modules -prune -o -name '*.js' -exec prettier --write {} \;
find . -path ./node_modules -prune -o -name '*.js*' -exec prettier --write {} \;
lint:
eslint --fix *.js