Skip to content

Commit

Permalink
📚 update makedemo
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Sep 3, 2017
1 parent eb41599 commit 9d70214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def minify_js(src_js, min_js):
template = jinja2_env.get_template('index.html')
html = template.render(names=name_dict, registry=rendering_dict,
num_cities=cities)
with codecs.open('index.html', 'wb', 'utf-8') as f:
with codecs.open('preview.html', 'wb', 'utf-8') as f:
f.write(html)

config = jinja2_env.get_template('config.json')
Expand Down
File renamed without changes.

0 comments on commit 9d70214

Please sign in to comment.