2013-11-04 21:11:45 +00:00
|
|
|
{
|
|
|
|
|
"app": {
|
|
|
|
|
"js": [
|
2014-02-15 03:04:59 +00:00
|
|
|
"bower_components/jquery/dist/jquery.min.js",
|
2013-11-06 19:12:58 +00:00
|
|
|
"bower_components/jquery.cookie/jquery.cookie.js",
|
2014-04-08 17:16:06 +00:00
|
|
|
"bower_components/pnotify/jquery.pnotify.min.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"bower_components/bootstrap-growl/jquery.bootstrap-growl.js",
|
|
|
|
|
"bower_components/bootstrap-tour/build/js/bootstrap-tour.js",
|
|
|
|
|
"bower_components/angular/angular.js",
|
|
|
|
|
"bower_components/angular-sanitize/angular-sanitize.js",
|
|
|
|
|
"bower_components/marked/lib/marked.js",
|
|
|
|
|
"bower_components/angular-ui-router/release/angular-ui-router.js",
|
|
|
|
|
"bower_components/angular-resource/angular-resource.min.js",
|
2013-12-30 20:19:42 +00:00
|
|
|
"bower_components/angular-ui-utils/ui-utils.min.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"bower_components/angular-loading-bar/build/loading-bar.js",
|
2013-11-12 06:32:52 +00:00
|
|
|
"bower_components/Angular-At-Directive/src/at.js",
|
|
|
|
|
"bower_components/Angular-At-Directive/src/caret.js",
|
2013-11-27 05:49:53 +00:00
|
|
|
"bower_components/js-emoji/emoji.js",
|
2013-12-17 20:39:57 +00:00
|
|
|
"bower_components/sticky/jquery.sticky.js",
|
2014-04-25 03:39:36 +00:00
|
|
|
"bower_components/ngInfiniteScroll/build/ng-infinite-scroll.min.js",
|
2014-01-23 07:20:59 +00:00
|
|
|
"bower_components/select2/select2.js",
|
|
|
|
|
"bower_components/angular-ui-select2/src/select2.js",
|
2014-11-27 10:32:57 +00:00
|
|
|
"bower_components/hello/dist/hello.all.min.js",
|
|
|
|
|
"bower_components/angular-filter/dist/angular-filter.min.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
|
|
|
|
"bower_components/angular-bootstrap/ui-bootstrap.js",
|
|
|
|
|
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
|
2014-01-29 17:37:51 +00:00
|
|
|
"bower_components/bootstrap/dist/js/bootstrap.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
2014-08-28 22:25:21 +00:00
|
|
|
"bower_components/jquery-ui/ui/minified/jquery.ui.core.min.js",
|
|
|
|
|
"bower_components/jquery-ui/ui/minified/jquery.ui.widget.min.js",
|
|
|
|
|
"bower_components/jquery-ui/ui/minified/jquery.ui.mouse.min.js",
|
|
|
|
|
"bower_components/jquery-ui/ui/minified/jquery.ui.sortable.min.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
|
|
|
|
"bower_components/habitrpg-shared/dist/habitrpg-shared.js",
|
|
|
|
|
|
2014-02-06 16:17:21 +00:00
|
|
|
"js/env.js",
|
|
|
|
|
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/app.js",
|
2014-01-12 23:05:15 +00:00
|
|
|
"js/services/sharedServices.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/services/authServices.js",
|
|
|
|
|
"js/services/notificationServices.js",
|
2013-12-16 04:28:59 +00:00
|
|
|
"bower_components/habitrpg-shared/script/userServices.js",
|
2014-01-14 05:15:19 +00:00
|
|
|
"bower_components/habitrpg-shared/script/directives.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/services/groupServices.js",
|
|
|
|
|
"js/services/memberServices.js",
|
|
|
|
|
"js/services/guideServices.js",
|
|
|
|
|
"js/services/challengeServices.js",
|
|
|
|
|
|
|
|
|
|
"js/filters/filters.js",
|
|
|
|
|
|
|
|
|
|
"js/directives/directives.js",
|
|
|
|
|
|
|
|
|
|
"js/controllers/authCtrl.js",
|
|
|
|
|
"js/controllers/notificationCtrl.js",
|
|
|
|
|
"js/controllers/rootCtrl.js",
|
|
|
|
|
"js/controllers/settingsCtrl.js",
|
|
|
|
|
"js/controllers/headerCtrl.js",
|
|
|
|
|
"js/controllers/tasksCtrl.js",
|
|
|
|
|
"js/controllers/filtersCtrl.js",
|
|
|
|
|
"js/controllers/userCtrl.js",
|
|
|
|
|
"js/controllers/groupsCtrl.js",
|
|
|
|
|
"js/controllers/inventoryCtrl.js",
|
|
|
|
|
"js/controllers/footerCtrl.js",
|
2013-11-06 23:49:41 +00:00
|
|
|
"js/controllers/challengesCtrl.js",
|
2014-01-06 01:03:47 +00:00
|
|
|
"js/controllers/hallCtrl.js"
|
2013-11-04 21:11:45 +00:00
|
|
|
],
|
|
|
|
|
"css": [
|
2014-01-29 15:44:12 +00:00
|
|
|
"bower_components/bootstrap/dist/css/bootstrap.css",
|
2014-11-27 10:32:57 +00:00
|
|
|
"bower_components/css-social-buttons/css/zocial.css",
|
2013-11-04 21:11:45 +00:00
|
|
|
"app.css",
|
2014-04-08 17:16:06 +00:00
|
|
|
"bower_components/pnotify/jquery.pnotify.default.css",
|
|
|
|
|
"bower_components/pnotify/jquery.pnotify.default.icons.css",
|
2014-08-11 20:38:54 +00:00
|
|
|
"bower_components/habitrpg-shared/dist/habitrpg-shared.css",
|
|
|
|
|
"fontello/css/fontelico.css"
|
2013-11-04 21:11:45 +00:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"static": {
|
|
|
|
|
"js": [
|
2014-02-14 04:59:00 +00:00
|
|
|
"bower_components/jquery/dist/jquery.min.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"bower_components/habitrpg-shared/dist/habitrpg-shared.js",
|
|
|
|
|
"bower_components/angular/angular.js",
|
2014-02-11 07:51:29 +00:00
|
|
|
"bower_components/angular-ui/build/angular-ui.js",
|
2014-01-28 02:24:24 +00:00
|
|
|
"bower_components/angular-bootstrap/ui-bootstrap.js",
|
|
|
|
|
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js",
|
2014-01-29 17:37:51 +00:00
|
|
|
"bower_components/bootstrap/dist/js/bootstrap.js",
|
2014-02-11 07:51:29 +00:00
|
|
|
"bower_components/jquery-colorbox/jquery.colorbox-min.js",
|
2014-11-27 10:32:57 +00:00
|
|
|
"bower_components/hello/dist/hello.all.min.js",
|
2014-01-28 02:24:24 +00:00
|
|
|
|
2013-11-04 21:11:45 +00:00
|
|
|
"bower_components/angular-loading-bar/build/loading-bar.js",
|
2014-02-06 16:17:21 +00:00
|
|
|
"js/env.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/static.js",
|
2013-12-15 04:58:53 +00:00
|
|
|
"js/services/notificationServices.js",
|
2013-12-16 04:28:59 +00:00
|
|
|
"bower_components/habitrpg-shared/script/userServices.js",
|
2014-02-03 18:43:03 +00:00
|
|
|
"js/controllers/authCtrl.js",
|
|
|
|
|
"js/controllers/footerCtrl.js"
|
2013-11-04 21:11:45 +00:00
|
|
|
],
|
|
|
|
|
"css": [
|
2014-01-29 15:44:12 +00:00
|
|
|
"bower_components/bootstrap/dist/css/bootstrap.css",
|
2014-11-27 10:32:57 +00:00
|
|
|
"bower_components/css-social-buttons/css/zocial.css",
|
2014-02-11 07:51:29 +00:00
|
|
|
"bower_components/jquery-colorbox/example1/colorbox.css",
|
2014-11-27 10:32:57 +00:00
|
|
|
"app.css",
|
|
|
|
|
"bower_components/habitrpg-shared/dist/habitrpg-shared.css",
|
2013-11-04 21:11:45 +00:00
|
|
|
"static.css"
|
|
|
|
|
]
|
|
|
|
|
}
|
2014-01-12 23:05:15 +00:00
|
|
|
}
|