preparing what will be needed to minify and concat resources for production use

This commit is contained in:
Athou
2013-04-26 22:34:08 +02:00
parent 56ba907ec5
commit ac47bd61a0
6 changed files with 10003 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ function($routeProvider, $stateProvider, $urlRouterProvider) {
}];
$stateProvider.state('feeds', {
abstract : true,
'abstract' : true,
url : '/feeds',
templateUrl : 'templates/feeds.html'
});
@@ -30,7 +30,7 @@ function($routeProvider, $stateProvider, $urlRouterProvider) {
});
$stateProvider.state('admin', {
abstract : true,
'abstract' : true,
url : '/admin',
templateUrl : 'templates/admin.html'
});