From db4455e6e1b1712d811f54d8069f7cff9089da61 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Wed, 16 Jan 2013 09:59:51 -0500 Subject: [PATCH] Cache --- cms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index c047d689ce..08e38320ab 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -229,7 +229,7 @@ PIPELINE_JS = { 'source_filenames': sorted( rooted_glob(COMMON_ROOT / 'static/', 'coffee/src/**/*.coffee') + rooted_glob(PROJECT_ROOT / 'static/', 'coffee/src/**/*.coffee') - ) + ['js/base.js'], + ) + ['js/hesitate.js', 'js/base.js'], 'output_filename': 'js/cms-application.js', }, 'module-js': {