From 423a47b865f59490c2b2d57063822ee456b86511 Mon Sep 17 00:00:00 2001 From: Andrew Collington Date: Sun, 29 Oct 2023 22:51:16 +0000 Subject: [PATCH] Updated compile-scss command for latest sass version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff8fc7c..451db25 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile-jsx": "node_modules/.bin/babel --presets @babel/preset-react build/_frontend/interface.jsx --plugins @babel/plugin-proposal-class-properties -o build/interface.js", - "compile-scss": "node_modules/.bin/sass -xi build/_frontend/interface.scss -o build/ --output-style=compressed" + "compile-scss": "node_modules/.bin/sass --no-source-map --style=compressed -q build/_frontend/interface.scss build/interface.css" }, "repository": { "type": "git",