Commit 6ce300a3 by Don Mitchell

Merge branch 'feature/dhm/drag' of github.com:MITx/mitx into feature/dhm/drag

Conflicts:
	cms/static/js/base.js
	cms/static/js/hesitate.js
parents 1b64faf6 f10a5c4f
......@@ -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': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment