adding phantomjs task to default and build

This commit is contained in:
fg2it
2015-09-25 01:19:49 +02:00
parent 8134905a86
commit 189796891e
2 changed files with 2 additions and 0 deletions

View File

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