tech(typescript): more testing and migration

This commit is contained in:
Torkel Ödegaard
2015-09-10 16:47:38 +02:00
parent 20407bca89
commit 84371f03b5
6 changed files with 92 additions and 82 deletions

View File

@@ -15,14 +15,14 @@ module.exports = function(grunt) {
'ngtemplates',
'cssmin:build',
'ngAnnotate:build',
// 'requirejs:build',
// 'concat:js',
// 'clean:temp',
// 'filerev',
// 'remapFilerev',
// 'usemin',
// 'clean:temp',
// 'uglify:genDir'
'requirejs:build',
'concat:js',
'clean:temp',
'filerev',
'remapFilerev',
'usemin',
'clean:temp',
'uglify:genDir'
]);
// task to add [[.AppSubUrl]] to reved path

View File

@@ -54,10 +54,10 @@ module.exports = function(config,grunt) {
'jquery.flot',
'angular-strap',
'angular-dragdrop',
'core/core',
'services/all',
'features/all',
'directives/all',
'filters/all',
'controllers/all',
'routes/all',
'components/partials',