Commit cb66ac71 by Calen Pennington

Merge pull request #1376 from MITx/fix/zoldak/cms-requirejs

Add RequireJS.js to files.json so that the cms jasmine tests will run 
parents 877f757f c3eba0d2
......@@ -3,6 +3,7 @@
"/static/js/vendor/jquery.min.js",
"/static/js/vendor/json2.js",
"/static/js/vendor/underscore-min.js",
"/static/js/vendor/backbone-min.js"
"/static/js/vendor/backbone-min.js",
"/static/js/vendor/RequireJS.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