fix pygmentize
This commit is contained in:
parent
a9a8d6711c
commit
f8d7d31786
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue