From 55336d4f5c1a67afdfc35d9b313edb935da8431d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 10 Sep 2017 02:45:26 +0200 Subject: [PATCH] stop node sass putting garbage in the css file --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 63e7d82..6e5bbaa 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ cat jssrc/chibi.js \ echo "Building CSS..." -npm run sass -- --output-style compressed sass/app.scss > css/app.css +npm run sass -- --output-style compressed sass/app.scss css/app.css echo "Building HTML..."