Remove unused script

This commit is contained in:
Brian Duggan 2018-05-24 10:41:42 -04:00
parent 524f01690c
commit f9df15c535

14
gen-css
View File

@ -1,14 +0,0 @@
#!/bin/sh
opts=$1
cp -a node_modules/uswds/dist/fonts static/
if [ "$opts" == "--watch" ]; then
set -x
sass --watch scss/atat.scss:static/assets/atat.css
else
set -x
sass scss/atat.scss > static/assets/atat.css
fi