From bb9a641b4e8f4ad2301be2355d66b3f81573d209 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Thu, 31 Jul 2014 09:56:16 +0200 Subject: [PATCH] add integration test copy step to watch task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4afd279..4f5d1a1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'],