todos and gitignore build

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-01 22:27:34 +02:00
parent 0ea631fe56
commit 03ec8025cd
2 changed files with 8 additions and 4 deletions
+2
View File
@@ -1,2 +1,4 @@
assets/scss/*.css assets/scss/*.css
classes/__pycache__ classes/__pycache__
setup.py
build
+2
View File
@@ -82,6 +82,8 @@ class Compiler():
output_dom = BeautifulSoup(output, 'html.parser') output_dom = BeautifulSoup(output, 'html.parser')
# TODO: hyphenate paragraph
# append html story page to template_dom # append html story page to template_dom
story_page = BeautifulSoup( story_page = BeautifulSoup(
'<div class="story-page story-page-'+str(pi)+'" id="'+pageid+'"></div>', '<div class="story-page story-page-'+str(pi)+'" id="'+pageid+'"></div>',