From f8d7d31786acf6a3ec54dfc9235bb0b5f8326838 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 16 Aug 2016 22:23:15 +0100 Subject: [PATCH] fix 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