Commit cbf0d571 by Gabriel Nepomuceno

Removing task from other build sources

parent 2f46c566
...@@ -10,7 +10,7 @@ module.exports = function(grunt) { ...@@ -10,7 +10,7 @@ module.exports = function(grunt) {
'clean:release', 'clean:release',
'copy:node_modules', 'copy:node_modules',
'copy:public_to_gen', 'copy:public_to_gen',
'typescript:build', 'exec:tscompile',
'karma:test', 'karma:test',
'phantomjs', 'phantomjs',
'css', 'css',
......
...@@ -64,7 +64,7 @@ module.exports = function(config, grunt) { ...@@ -64,7 +64,7 @@ module.exports = function(config, grunt) {
grunt.config('typescript.build.src', filepath); grunt.config('typescript.build.src', filepath);
grunt.config('tslint.source.files.src', filepath); grunt.config('tslint.source.files.src', filepath);
grunt.task.run('typescript:build'); grunt.task.run('exec:tscompile');
grunt.task.run('exec:tslint'); grunt.task.run('exec:tslint');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment