From 763b3a5f6ebe33743338f948bfd41e99644fb3e0 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 8 Jun 2018 13:38:41 +0300 Subject: [PATCH] fix grunt watch task --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3c3dfb4..72d5f26 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -172,9 +172,7 @@ module.exports = function(grunt) { grunt.registerTask('watchTask', [ 'clean:dist', 'sass', - 'copy:vendor_to_dist', - 'copy:src_to_dist', - 'copy:pluginDef', + 'copy', 'babel:dist', 'jshint', 'jscs'