@@ -11,6 +11,7 @@ module.exports = function(grunt) {
'copy:public_to_gen',
'typescript:build',
'karma:test',
+ 'phantomjs',
'css',
'htmlmin:build',
'ngtemplates',
@@ -9,6 +9,7 @@ module.exports = function(grunt) {
'tslint',
'clean:gen',
'typescript:build'
]);