adding phantomjs task to default and build

pull/2832/head
fg2it 10 years ago
parent 8134905a86
commit 189796891e
  1. 1
      tasks/build_task.js
  2. 1
      tasks/default_task.js

@ -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'
]);

Loading…
Cancel
Save