Explorar el Código

adding phantomjs task to default and build

fg2it hace 10 años
padre
commit
189796891e
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  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'
   ]);