|
|
|
|
@ -23,6 +23,7 @@
|
|
|
|
|
underscore : 'components/underscore/underscore-min',
|
|
|
|
|
backbone : 'components/backbone/backbone-min',
|
|
|
|
|
jquery: 'components/jquery/jquery.min',
|
|
|
|
|
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
|
|
|
|
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
|
|
|
|
dateformat: 'dateformat/date.format',
|
|
|
|
|
jqueryui: 'components/jquery-ui/ui/minified/jquery-ui.min',
|
|
|
|
|
@ -35,7 +36,12 @@
|
|
|
|
|
deps: ["underscore", "jquery"],
|
|
|
|
|
exports: "Backbone"
|
|
|
|
|
},
|
|
|
|
|
bootstrap: {
|
|
|
|
|
deps: ["jquery"],
|
|
|
|
|
exports: "bootstrap"
|
|
|
|
|
},
|
|
|
|
|
bootstraptour: {
|
|
|
|
|
deps: ["bootstrap"],
|
|
|
|
|
exports: "Tour"
|
|
|
|
|
},
|
|
|
|
|
dateformat: {
|
|
|
|
|
|