Browse Source

adding phantomjs task to default and build

fg2it 10 years ago
parent
commit
189796891e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tasks/build_task.js
  2. 1 0
      tasks/default_task.js

+ 1 - 0
tasks/build_task.js

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

+ 1 - 0
tasks/default_task.js

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