|
@@ -10,30 +10,30 @@ module.exports = function(config) {
|
|
|
|
|
|
|
|
// list of files / patterns to load in the browser
|
|
// list of files / patterns to load in the browser
|
|
|
files: [
|
|
files: [
|
|
|
- 'lib/moment/moment.js',
|
|
|
|
|
- 'lib/jquery/jquery.js',
|
|
|
|
|
- 'lib/jquery-ui/ui/jquery-ui.js',
|
|
|
|
|
|
|
+ '../lib/moment/moment.js',
|
|
|
|
|
+ '../lib/jquery/jquery.js',
|
|
|
|
|
+ '../lib/jquery-ui/ui/jquery-ui.js',
|
|
|
|
|
|
|
|
// for jquery simulate
|
|
// for jquery simulate
|
|
|
- 'lib/jquery-simulate-ext/libs/bililiteRange.js',
|
|
|
|
|
- 'lib/jquery-simulate-ext/libs/jquery.simulate.js',
|
|
|
|
|
- 'lib/jquery-simulate-ext/src/jquery.simulate.ext.js',
|
|
|
|
|
- 'lib/jquery-simulate-ext/src/jquery.simulate.drag-n-drop.js',
|
|
|
|
|
- 'lib/jquery-simulate-ext/src/jquery.simulate.key-sequence.js',
|
|
|
|
|
- 'lib/jquery-simulate-ext/src/jquery.simulate.key-combo.js',
|
|
|
|
|
- 'tests/lib/jquery-simulate-hacks.js', // needs to be last
|
|
|
|
|
-
|
|
|
|
|
- 'lib/jquery-mockjax/jquery.mockjax.js',
|
|
|
|
|
- 'lib/jasmine-jquery/lib/jasmine-jquery.js',
|
|
|
|
|
- 'lib/jasmine-fixture/dist/jasmine-fixture.js',
|
|
|
|
|
- 'tests/lib/jasmine-ext.js',
|
|
|
|
|
-
|
|
|
|
|
- 'dist/fullcalendar.js',
|
|
|
|
|
- 'dist/gcal.js',
|
|
|
|
|
- 'dist/lang-all.js',
|
|
|
|
|
- 'dist/fullcalendar.css',
|
|
|
|
|
- 'tests/base.css',
|
|
|
|
|
- 'tests/automated/*.js'
|
|
|
|
|
|
|
+ '../lib/jquery-simulate-ext/libs/bililiteRange.js',
|
|
|
|
|
+ '../lib/jquery-simulate-ext/libs/jquery.simulate.js',
|
|
|
|
|
+ '../lib/jquery-simulate-ext/src/jquery.simulate.ext.js',
|
|
|
|
|
+ '../lib/jquery-simulate-ext/src/jquery.simulate.drag-n-drop.js',
|
|
|
|
|
+ '../lib/jquery-simulate-ext/src/jquery.simulate.key-sequence.js',
|
|
|
|
|
+ '../lib/jquery-simulate-ext/src/jquery.simulate.key-combo.js',
|
|
|
|
|
+ '../tests/lib/jquery-simulate-hacks.js', // needs to be last
|
|
|
|
|
+
|
|
|
|
|
+ '../lib/jquery-mockjax/jquery.mockjax.js',
|
|
|
|
|
+ '../lib/jasmine-jquery/lib/jasmine-jquery.js',
|
|
|
|
|
+ '../lib/jasmine-fixture/dist/jasmine-fixture.js',
|
|
|
|
|
+ '../tests/lib/jasmine-ext.js',
|
|
|
|
|
+
|
|
|
|
|
+ '../dist/fullcalendar.js',
|
|
|
|
|
+ '../dist/gcal.js',
|
|
|
|
|
+ '../dist/lang-all.js',
|
|
|
|
|
+ '../dist/fullcalendar.css',
|
|
|
|
|
+ '../tests/base.css',
|
|
|
|
|
+ '../tests/automated/*.js'
|
|
|
],
|
|
],
|
|
|
|
|
|
|
|
// list of files to exclude
|
|
// list of files to exclude
|