From 9550de79ce63de3fc63ddbd2e409070f98584337 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 13 Aug 2016 20:22:15 +0100 Subject: [PATCH] fix env path --- 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 207416d..fcf0854 100755 --- a/scripts/build-scss.sh +++ b/scripts/build-scss.sh @@ -8,7 +8,7 @@ then fi echo ">> Generating Pygments styles..." -env/bin/pygmentize -S monokai -f html -a .highlight > theme/static/src/scss/pygment.css +pygmentize -S monokai -f html -a .highlight > theme/static/src/scss/pygment.css echo ">> Building SCSS..." node-sass theme/static/src/scss/index.scss theme/static/build/css/index.css --source-map-embed