Commit 18979689 by fg2it

adding phantomjs task to default and build

parent 8134905a
......@@ -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',
'copy:public_to_gen',
'phantomjs',
'css',
'typescript:build'
]);
......
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