1
Fork 0

fix env path

This commit is contained in:
Jake Howard 2016-08-13 20:22:15 +01:00
parent bc7acfbd3e
commit 9550de79ce
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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