Skip to content

Commit a4b3581

Browse files
removed gulp, added webpack, removed global references from JS files (#188)
* removed gulp, added webpack, removed global references from JS files * moved js and sass to assets folder, working webpack.config.json, moved manifest loader into baseframe * using asset_path, moved files to assets * sync with master and add doc
1 parent fb9e37b commit a4b3581

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+229
-174
lines changed

README.md

Lines changed: 16 additions & 0 deletions

boxoffice/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from pytz import timezone
44
from flask import Flask
5+
import json
56
from flask_migrate import Migrate
67
from flask_rq import RQ
78
from flask_mail import Mail
@@ -46,6 +47,7 @@
4647
mail.init_app(app)
4748
wtforms_json.init()
4849

50+
4951
# This is a temporary solution for an admin interface, only
5052
# to be used until the native admin interface is ready.
5153
try:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)