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