1
Fork 0

use env path for pygmentize

This commit is contained in:
Jake Howard 2016-07-16 19:15:07 +01:00
parent fc058814c7
commit 76ce2d3649
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -8,7 +8,7 @@ then
fi fi
echo ">> Generating Pygments styles..." 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..." echo ">> Building SCSS..."
node-sass theme/static/src/scss/index.scss theme/static/build/css/index.css --source-map-embed node-sass theme/static/src/scss/index.scss theme/static/build/css/index.css --source-map-embed