Commit a111aa06 by Clinton Blackburn

Merge pull request #234 from edx/build-js-fix

Corrected require modules
parents 211c0bee a305d5d1
...@@ -21,11 +21,7 @@ ...@@ -21,11 +21,7 @@
name: 'js/config' name: 'js/config'
}, },
{ {
name: 'js/views/course_list_view', name: 'js/pages/course_list_page',
exclude: ['js/common']
},
{
name: 'js/views/payment_button_view',
exclude: ['js/common'] exclude: ['js/common']
}, },
{ {
......
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