Commit e976c4aa by David Ormsbee

relative path

parent 05f73749
......@@ -18,36 +18,36 @@ var options = {
// Avoid adding files to this list. Use RequireJS.
libraryFilesToInclude: [
// Load the core JavaScript dependencies
{pattern: '../coffee/src/ajax_prefix.js', included: true},
{pattern: '../common/js/vendor/underscore.js', included: true},
{pattern: '../common/js/vendor/backbone.js', included: true},
{pattern: '../js/vendor/CodeMirror/codemirror.js', included: true},
{pattern: '../js/vendor/draggabilly.js'},
{pattern: '../common/js/vendor/jquery.js', included: true},
{pattern: '../common/js/vendor/jquery-migrate.js', included: true},
{pattern: '../js/vendor/jquery.cookie.js', included: true},
{pattern: '../js/vendor/jquery.leanModal.js', included: true},
{pattern: '../js/vendor/jquery.timeago.js', included: true},
{pattern: '../js/vendor/jquery-ui.min.js', included: true},
{pattern: '../js/vendor/jquery.ui.draggable.js', included: true},
{pattern: '../js/vendor/json2.js', included: true},
{pattern: '../common/js/vendor/moment-with-locales.js', included: true},
{pattern: '../js/vendor/tinymce/js/tinymce/jquery.tinymce.min.js', included: true},
{pattern: '../js/vendor/tinymce/js/tinymce/tinymce.full.min.js', included: true},
{pattern: '../js/src/accessibility_tools.js', included: true},
{pattern: '../js/src/logger.js', included: true},
{pattern: '../js/src/utility.js', included: true},
{pattern: '../js/test/add_ajax_prefix.js', included: true},
{pattern: '../js/test/i18n.js', included: true},
{pattern: '../common/js/vendor/hls.js', included: true},
{pattern: '../../../../static/coffee/src/ajax_prefix.js', included: true},
{pattern: '../../../../static/common/js/vendor/underscore.js', included: true},
{pattern: '../../../../static/common/js/vendor/backbone.js', included: true},
{pattern: '../../../../static/js/vendor/CodeMirror/codemirror.js', included: true},
{pattern: '../../../../static/js/vendor/draggabilly.js'},
{pattern: '../../../../static/common/js/vendor/jquery.js', included: true},
{pattern: '../../../../static/common/js/vendor/jquery-migrate.js', included: true},
{pattern: '../../../../static/js/vendor/jquery.cookie.js', included: true},
{pattern: '../../../../static/js/vendor/jquery.leanModal.js', included: true},
{pattern: '../../../../static/js/vendor/jquery.timeago.js', included: true},
{pattern: '../../../../static/js/vendor/jquery-ui.min.js', included: true},
{pattern: '../../../../static/js/vendor/jquery.ui.draggable.js', included: true},
{pattern: '../../../../static/js/vendor/json2.js', included: true},
{pattern: '../../../../static/common/js/vendor/moment-with-locales.js', included: true},
{pattern: '../../../../static/js/vendor/tinymce/js/tinymce/jquery.tinymce.min.js', included: true},
{pattern: '../../../../static/js/vendor/tinymce/js/tinymce/tinymce.full.min.js', included: true},
{pattern: '../../../../static/js/src/accessibility_tools.js', included: true},
{pattern: '../../../../static/js/src/logger.js', included: true},
{pattern: '../../../../static/js/src/utility.js', included: true},
{pattern: '../../../../static/js/test/add_ajax_prefix.js', included: true},
{pattern: '../../../../static/js/test/i18n.js', included: true},
{pattern: '../../../../static/common/js/vendor/hls.js', included: true},
{pattern: 'public/js/split_test_staff.js', included: true},
{pattern: 'src/word_cloud/d3.min.js', included: true},
// Load test utilities
{pattern: '../js/vendor/jasmine-imagediff.js', included: true},
{pattern: '../common/js/spec_helpers/jasmine-waituntil.js', included: true},
{pattern: '../common/js/spec_helpers/jasmine-extensions.js', included: true},
{pattern: '../common/js/vendor/sinon.js', included: true},
{pattern: '../../../../js/vendor/jasmine-imagediff.js', included: true},
{pattern: '../../../../common/js/spec_helpers/jasmine-waituntil.js', included: true},
{pattern: '../../../../common/js/spec_helpers/jasmine-extensions.js', included: true},
{pattern: '../../../../common/js/vendor/sinon.js', included: true},
// Load the edX global namespace before RequireJS is installed
{pattern: '../edx-ui-toolkit/js/utils/global-loader.js', included: true},
......
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