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
|
|
|
|
2015-02-05 22:37:22 +00:00
|
|
|
"common/dist/scripts/habitrpg-shared.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
2014-02-06 16:17:21 +00:00
|
|
|
"js/env.js",
|
|
|
|
|
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/app.js",
|
2015-02-09 19:32:56 +00:00
|
|
|
"common/script/public/config.js",
|
2015-06-13 17:39:11 +00:00
|
|
|
|
2014-01-12 23:05:15 +00:00
|
|
|
"js/services/sharedServices.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/services/notificationServices.js",
|
2015-02-09 19:32:56 +00:00
|
|
|
"common/script/public/userServices.js",
|
|
|
|
|
"common/script/public/directives.js",
|
2015-06-18 20:43:57 +00:00
|
|
|
"js/services/analyticsServices.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/services/groupServices.js",
|
2015-05-30 17:08:32 +00:00
|
|
|
"js/services/chatServices.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/services/memberServices.js",
|
|
|
|
|
"js/services/guideServices.js",
|
2015-06-17 04:11:04 +00:00
|
|
|
"js/services/taskServices.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"js/services/challengeServices.js",
|
2014-11-30 21:01:58 +00:00
|
|
|
"js/services/paymentServices.js",
|
2015-07-08 21:13:23 +00:00
|
|
|
"js/services/questServices.js",
|
2015-07-18 17:57:54 +00:00
|
|
|
"js/services/statServices.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
2015-06-13 17:39:11 +00:00
|
|
|
"js/filters/money.js",
|
|
|
|
|
"js/filters/roundLargeNumbers.js",
|
|
|
|
|
"js/filters/taskOrdering.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
2015-06-08 08:13:55 +00:00
|
|
|
"js/directives/focus-me.directive.js",
|
|
|
|
|
"js/directives/from-now.directive.js",
|
|
|
|
|
"js/directives/habitrpg-tasks.directive.js",
|
|
|
|
|
"js/directives/hrpg-sort-checklist.directive.js",
|
|
|
|
|
"js/directives/hrpg-sort-tags.directive.js",
|
|
|
|
|
"js/directives/hrpg-sort-tasks.directive.js",
|
|
|
|
|
"js/directives/popover-html-popup.directive.js",
|
|
|
|
|
"js/directives/popover-html.directive.js",
|
|
|
|
|
"js/directives/task-focus.directive.js",
|
|
|
|
|
"js/directives/when-scrolled.directive.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
|
|
|
|
|
"js/controllers/authCtrl.js",
|
2015-06-29 17:38:46 +00:00
|
|
|
"js/controllers/menuCtrl.js",
|
2015-07-18 20:29:00 +00:00
|
|
|
"js/controllers/memberModalCtrl.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"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",
|
2015-02-05 22:37:22 +00:00
|
|
|
"common/dist/sprites/habitrpg-shared.css",
|
2015-02-05 02:40:06 +00:00
|
|
|
"bower_components/bootstrap-tour/build/css/bootstrap-tour.css",
|
2014-08-11 20:38:54 +00:00
|
|
|
"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",
|
2015-02-05 22:37:22 +00:00
|
|
|
"common/dist/scripts/habitrpg-shared.js",
|
2013-11-04 21:11:45 +00:00
|
|
|
"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",
|
2015-06-22 23:30:47 +00:00
|
|
|
"js/services/analyticsServices.js",
|
2013-12-15 04:58:53 +00:00
|
|
|
"js/services/notificationServices.js",
|
2015-07-18 20:44:32 +00:00
|
|
|
"js/services/sharedServices.js",
|
|
|
|
|
"js/services/statServices.js",
|
2015-02-09 19:32:56 +00:00
|
|
|
"common/script/public/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",
|
2015-02-05 22:37:22 +00:00
|
|
|
"common/dist/sprites/habitrpg-shared.css",
|
2013-11-04 21:11:45 +00:00
|
|
|
"static.css"
|
|
|
|
|
]
|
2015-04-02 17:32:49 +00:00
|
|
|
},
|
|
|
|
|
"tmp_static_front": {
|
|
|
|
|
"js": [
|
|
|
|
|
"bower_components/jquery/dist/jquery.min.js",
|
|
|
|
|
"common/dist/scripts/habitrpg-shared.js",
|
|
|
|
|
"bower_components/angular/angular.js",
|
|
|
|
|
"bower_components/angular-ui/build/angular-ui.js",
|
|
|
|
|
"bower_components/jquery-colorbox/jquery.colorbox-min.js",
|
|
|
|
|
"bower_components/hello/dist/hello.all.min.js",
|
|
|
|
|
|
|
|
|
|
"bower_components/angular-loading-bar/build/loading-bar.js",
|
|
|
|
|
"js/env.js",
|
|
|
|
|
"js/static.js",
|
2015-06-22 23:30:47 +00:00
|
|
|
"js/services/analyticsServices.js",
|
2015-04-02 17:32:49 +00:00
|
|
|
"js/services/notificationServices.js",
|
2015-07-18 20:44:32 +00:00
|
|
|
"js/services/sharedServices.js",
|
|
|
|
|
"js/services/statServices.js",
|
2015-04-02 17:32:49 +00:00
|
|
|
"common/script/public/userServices.js",
|
|
|
|
|
"js/controllers/authCtrl.js",
|
|
|
|
|
"js/controllers/footerCtrl.js"
|
|
|
|
|
],
|
|
|
|
|
"css": [
|
|
|
|
|
"bower_components/css-social-buttons/css/zocial.css",
|
2015-05-16 03:31:47 +00:00
|
|
|
"front/staticstyle.css",
|
|
|
|
|
"common/dist/sprites/habitrpg-shared.css",
|
|
|
|
|
"app.css"
|
2015-04-02 17:32:49 +00:00
|
|
|
]
|
2013-11-04 21:11:45 +00:00
|
|
|
}
|
2014-01-12 23:05:15 +00:00
|
|
|
}
|