fix env path
This commit is contained in:
parent
bc7acfbd3e
commit
9550de79ce
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ">> Generating Pygments styles..."
|
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..."
|
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
|
||||||
|
|
Reference in a new issue