fixing compilation of grunt

This commit is contained in:
Gabriel Nepomuceno
2016-12-09 21:53:00 +00:00
parent f3ebd2d849
commit a8ae0a5b79
8 changed files with 29 additions and 24 deletions

View File

@ -16,13 +16,13 @@ module.exports = function(grunt) {
grunt.registerTask('default', [
'jscs',
'jshint',
'tslint',
'exec:tslint',
'clean:gen',
'copy:node_modules',
'copy:public_to_gen',
'phantomjs',
'css',
'typescript:build'
'exec:tscompile'
]);
grunt.registerTask('test', ['default', 'karma:test', 'no-only-tests']);