From 14ca2935e15b1d474a0fe3e4666fc27f6a129fe8 Mon Sep 17 00:00:00 2001 From: hokey Date: Sat, 2 Sep 2023 21:59:03 -0500 Subject: [PATCH] Update the script to build the css and minimize it to work with the files checked in --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2864430..24ea2e5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build:css": "sass ./server/styles/scss/style.scss ./server/styles/compiled.css", + "build:css": "sass --style=compressed ./server/styles/scss/main.scss ./server/styles/main.css", "lint": "eslint ./server/scripts/**/*.mjs", "lint:fix": "eslint --fix ./server/scripts/**/*.mjs" },