1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-23 15:58:49 -05:00

add integration test copy step to watch task

This commit is contained in:
Felix Hammerl 2014-07-31 09:56:16 +02:00
parent 995af4ca3c
commit bb9a641b4e

View File

@ -107,7 +107,7 @@ module.exports = function(grunt) {
},
js: {
files: ['src/js/**/*.js'],
tasks: ['copy:js']
tasks: ['copy:js', 'copy:integration']
},
lib: {
files: ['src/lib/**/*.js'],