From 76ce2d3649e7c845fc4e4b86bb4489a9ba96a07c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 16 Jul 2016 19:15:07 +0100 Subject: [PATCH] use env path for pygmentize --- 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 fcf0854..207416d 100755 --- a/scripts/build-scss.sh +++ b/scripts/build-scss.sh @@ -8,7 +8,7 @@ then fi echo ">> Generating Pygments styles..." -pygmentize -S monokai -f html -a .highlight > theme/static/src/scss/pygment.css +env/bin/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