2013-08-12 15:06:12 +02:00
|
|
|
|
[
|
|
|
|
|
|
'lib/jquery/jquery-2.0.3.min.js',
|
|
|
|
|
|
|
|
|
|
|
|
/* the jquery ui elements we need */
|
|
|
|
|
|
/* NOTE: I've opted not to use the full lib, just the parts we need to save on DL */
|
|
|
|
|
|
'lib/jquery/jquery.ui.core.min.js',
|
|
|
|
|
|
'lib/jquery/jquery.ui.widget.min.js',
|
2013-09-04 15:43:00 +02:00
|
|
|
|
/*
|
2013-08-12 15:06:12 +02:00
|
|
|
|
'lib/jquery/jquery.ui.mouse.min.js',
|
|
|
|
|
|
'lib/jquery/jquery.ui.sortable.min.js',
|
|
|
|
|
|
'lib/jquery/jquery.ui.effect.min.js',
|
2013-09-04 15:43:00 +02:00
|
|
|
|
'lib/jquery/jquery.ui.effect-highlight.min.js',*/
|
2013-08-12 15:06:12 +02:00
|
|
|
|
|
2013-08-21 21:11:15 +02:00
|
|
|
|
/* 1.1.5 */
|
|
|
|
|
|
'lib/angular/1.1.5/angular.min.js',
|
|
|
|
|
|
'lib/angular/1.1.5/angular-cookies.min.js',
|
|
|
|
|
|
'lib/angular/1.1.5/angular-mobile.min.js',
|
2013-09-11 12:40:43 +10:00
|
|
|
|
'lib/angular/1.1.5/angular-sanitize.min.js',
|
2013-08-21 21:11:15 +02:00
|
|
|
|
|
|
|
|
|
|
/* 1.2 RC1
|
|
|
|
|
|
'lib/angular/1.2/angular.min.js',
|
|
|
|
|
|
'lib/angular/1.2/angular-route.min.js',
|
|
|
|
|
|
'lib/angular/1.2/angular-touch.min.js',
|
|
|
|
|
|
'lib/angular/1.2/angular-cookies.min.js',
|
|
|
|
|
|
'lib/angular/1.2/angular-animate.min.js',
|
2013-09-11 12:40:43 +10:00
|
|
|
|
'lib/angular/1.2/angular-sanitize.min.js',
|
2013-08-21 21:11:15 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
2013-09-04 15:43:00 +02:00
|
|
|
|
/* temporary sorter lib, should be updated
|
|
|
|
|
|
'lib/angular/angular-ui-sortable.js',*/
|
|
|
|
|
|
'lib/jquery/jquery.sortable/jquery.sortable.js',
|
2013-08-26 15:03:52 +02:00
|
|
|
|
|
|
|
|
|
|
/* App-wide file-upload helper */
|
|
|
|
|
|
'lib/jquery/jquery.upload/js/jquery.fileupload.js',
|
2013-09-23 21:24:03 +02:00
|
|
|
|
'lib/jquery/jquery.upload/js/load-image.min.js',
|
2013-08-26 15:03:52 +02:00
|
|
|
|
'lib/jquery/jquery.upload/js/jquery.fileupload-process.js',
|
2013-09-23 21:24:03 +02:00
|
|
|
|
'lib/jquery/jquery.upload/js/jquery.fileupload-image.js',
|
2013-08-26 15:03:52 +02:00
|
|
|
|
'lib/jquery/jquery.upload/js/jquery.fileupload-angular.js',
|
|
|
|
|
|
|
2013-08-12 15:06:12 +02:00
|
|
|
|
'lib/bootstrap/js/bootstrap.js',
|
|
|
|
|
|
'lib/underscore/underscore.js',
|
|
|
|
|
|
'lib/umbraco/Extensions.js',
|
|
|
|
|
|
|
|
|
|
|
|
'lib/umbraco/NamespaceManager.js',
|
|
|
|
|
|
'lib/umbraco/LegacyUmbClientMgr.js',
|
|
|
|
|
|
'lib/umbraco/LegacySpeechBubble.js',
|
|
|
|
|
|
|
|
|
|
|
|
'js/app.js',
|
|
|
|
|
|
|
|
|
|
|
|
'js/umbraco.resources.js',
|
|
|
|
|
|
'js/umbraco.directives.js',
|
|
|
|
|
|
'js/umbraco.filters.js',
|
|
|
|
|
|
'js/umbraco.services.js',
|
|
|
|
|
|
'js/umbraco.security.js',
|
|
|
|
|
|
'js/umbraco.controllers.js',
|
|
|
|
|
|
'js/routes.js'
|
2013-06-19 13:45:41 +10:00
|
|
|
|
]
|