Skip to content

Commit

Permalink
fix: simplify jsfiddle file name (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Nov 19, 2019
1 parent 3e306b2 commit fad7522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/render_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nunjucks $d/src/index.njk -p . $d/data.json --loglevel info
mkdir -p $d/dist

if [ "$JSFIDDLE" -eq "1" ]; then
mv $d/src/index.html $d/dist/index.jsfiddle.html
mv $d/src/index.html $d/dist/jsfiddle.html
else
mv $d/src/index.html $d/dist/index.html
fi
Expand Down

0 comments on commit fad7522

Please sign in to comment.