1
Fork 0

fix pygmentize

This commit is contained in:
Jake Howard 2016-08-16 22:23:15 +01:00
parent a9a8d6711c
commit f8d7d31786
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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