From 9998c2896f3ae495c72d886b9ab110f1d25e6a53 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 13 Dec 2023 17:36:37 -0800 Subject: [PATCH] Fix build-css-watch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f931f8fca4b..273ac22c0fd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "The XRP Ledger Dev Portal is the authoritative source for XRP Ledger documentation, including the `rippled` server, client libraries, and other open-source XRP Ledger software.", "scripts": { "build-css": "sass --load-path styles/scss styles/xrpl.scss ./content/static/css/devportal2024-v1.css --style compressed --no-source-map", - "build-css-watch": "sass --recursive --watch --load-path styles/scss styles/xrpl.scss ./outcontent/static/css/devportal2024-v1.css --style compressed --source-map true", + "build-css-watch": "sass --watch --load-path styles/scss styles/xrpl.scss ./content/static/css/devportal2024-v1.css --style compressed --no-source-map", "start": "portal develop -d content" }, "keywords": [],