Fix package check

This commit is contained in:
Jonathan Frederic 2015-08-12 16:12:27 -07:00
parent 2332b719ce
commit 72bdf877fd

View File

@ -113,7 +113,7 @@ def find_package_data():
# for verification purposes, explicitly add main.min.js
# so that installation will fail if they are missing
for app in ['auth', 'edit', 'notebook', 'terminal', 'tree']:
static_data.append(pjoin('static', app, 'js', 'main.min.js'))
static_data.append(pjoin('static', app, 'js', 'main.bundle.js'))
components = pjoin("static", "components")
# select the components we actually need to install