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

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