silverstripe-framework/tests/javascript/jstestdriver.conf
David Craig 2140025c20 Implement RFC-7 JavaScript module loader
- Adds ES6 support via Babel
- Transforms existing JavaScript to UMD modules
- Adds module bundling via Browserify
- Existing JavaScript converted to UMD modules
- lib.js and leftandmain.js are bundled using browserify
- JavaScript minifying of bundles handed by gulp
2016-01-26 11:39:20 +13:00

16 lines
633 B
Plaintext

server: http://localhost:9876
load:
- ../../thirdparty/jasmine/lib/jasmine.js
- ../../thirdparty/jasmine/lib/jasmine-html.js
- ../../thirdparty/jasmine-jstd-adapter/src/JasmineAdapter.js
- ../../thirdparty/jasmine-jquery/lib/jasmine-jquery.js
- ../../thirdparty/jasmine-dom/lib/jasmine-dom-fixtures.js
- ../../thirdparty/jasmine-ajax/lib/mock-ajax.js
- ../../thirdparty/jasmine-ajax/lib/spec-helper.js
- ../../thirdparty/jquery/jquery.js
- ../../thirdparty/jquery-entwine/dist/*
- ../../thirdparty/jstree/jquery.jstree.js
- ../../javascript/dist/TreeDropdownField.js
- TreeDropdownField/TreeDropdownField.js