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