From 54cb64a2c6708db61aaa1f05621860f60d709a9b Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Tue, 18 Jun 2013 11:37:50 -0400 Subject: [PATCH] actually, seems like if we remove it from PIPELINE_JS then it doesn't work in production --- cms/envs/common.py | 3 ++- cms/templates/asset_index.html | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 7b9c0c52e4..8551a56c41 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -238,7 +238,8 @@ PIPELINE_JS = { ) + ['js/hesitate.js', 'js/base.js', 'js/models/feedback.js', 'js/views/feedback.js', 'js/models/section.js', 'js/views/section.js', - 'js/models/metadata_model.js', 'js/views/metadata_editor_view.js'], + 'js/models/metadata_model.js', 'js/views/metadata_editor_view.js', + 'js/views/assets.js'], 'output_filename': 'js/cms-application.js', 'test_order': 0 }, diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index e8dc523ba7..0006d29d38 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -8,7 +8,6 @@ <%block name="jsextra"> -