tech(typescript): its looking good

This commit is contained in:
Torkel Ödegaard
2015-09-10 11:26:40 +02:00
parent 82061c7c3b
commit abac8bccc6
54 changed files with 133 additions and 66 deletions

View File

@ -6,11 +6,11 @@ module.exports = function(grunt) {
'jshint:source',
'jshint:tests',
'jscs',
'karma:test',
'clean:on_start',
'less:src',
'concat:cssDark',
'concat:cssLight',
'copy:app_gen_build',
'typescript:build',
'karma:test',
'css',
'copy:everything_but_less_to_temp',
'htmlmin:build',
'ngtemplates',
@ -25,7 +25,6 @@ module.exports = function(grunt) {
'uglify:dest'
]);
// task to add [[.AppSubUrl]] to reved path
grunt.registerTask('remapFilerev', function(){
var root = grunt.config().destDir;