Skip to content

Commit

Permalink
Fix build-css-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
mDuo13 committed Dec 14, 2023
1 parent d749299 commit 9998c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 9998c28

Please sign in to comment.