From 72bdf877fdca2422ce08ffd852ace86a91381ad4 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Wed, 12 Aug 2015 16:12:27 -0700 Subject: [PATCH] Fix package check --- setupbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index 7afb5f9b6..4c23c55cb 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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