Commit c3eba0d2 by Jay Zoldak

Add RequireJS.js to files.json so that the cms jasmine tests will run without…

Add RequireJS.js to files.json so that the cms jasmine tests will run without erroring when importing RequireJS.
parent 877f757f
......@@ -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