mirror of
https://github.com/moparisthebest/mail
synced 2024-12-24 16:28:49 -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: {
|
js: {
|
||||||
files: ['src/js/**/*.js'],
|
files: ['src/js/**/*.js'],
|
||||||
tasks: ['copy:js']
|
tasks: ['copy:js', 'copy:integration']
|
||||||
},
|
},
|
||||||
lib: {
|
lib: {
|
||||||
files: ['src/lib/**/*.js'],
|
files: ['src/lib/**/*.js'],
|
||||||
|
Loading…
Reference in New Issue
Block a user