From 2fced72b315f549d79e1c5fcb89fe44d3b2318be Mon Sep 17 00:00:00 2001 From: esheyw Date: Mon, 22 Jan 2024 20:49:31 -0800 Subject: [PATCH] include source map in sass action --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 59d57a5..4d5d11b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,6 +19,7 @@ jobs: source: styles/main.scss # Path(s) compiled CSS should be saved, eg. ~/workspace_sass/assets/css/main.css destination: styles/main.css + sourceMap: true # Substitute the Manifest and Download URLs in the module.json - name: Substitute Manifest and Download Links For Versioned Ones