mirror of
https://github.com/moparisthebest/mail
synced 2024-12-24 00:08:48 -05:00
add integration test copy step to watch task
This commit is contained in:
parent
995af4ca3c
commit
bb9a641b4e
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user