From 6a94e9edf4ee631f1a26ebead9bd2fcab98da805 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 15 May 2016 17:44:52 +0100 Subject: [PATCH] Add SCSS source maps --- scripts/build-scss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-scss.sh b/scripts/build-scss.sh index 250ec40..c4ddb05 100644 --- a/scripts/build-scss.sh +++ b/scripts/build-scss.sh @@ -7,7 +7,7 @@ mkdir -p theme/static/src/scss/css # scss can't import css, so copy them into src dir and change the extension! cp node_modules/animate.css/animate.css theme/static/src/scss/css/animate.scss -node-sass theme/static/src/scss/index.scss theme/static/build/css/index.css +node-sass theme/static/src/scss/index.scss theme/static/build/css/index.css --source-map-embed # Cleanup rm -rf theme/static/src/scss/css