From 4cbfc9c0bf89cdf1c64ff27319f233acc882e262 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 29 Jan 2026 15:30:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=A0=88=EC=B0=A8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass-build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sass-build.sh diff --git a/sass-build.sh b/sass-build.sh new file mode 100644 index 0000000..e386def --- /dev/null +++ b/sass-build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sass src/main/resources/static/sass/main.scss src/main/resources/static/css/main.css \ No newline at end of file