From a68548ddbb9da60fa2b539c2ac2b5cfe04de9f98 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 10 Feb 2017 16:33:08 +0300 Subject: [PATCH] Grunt: fix watch task. --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index fd3051f..b9a0460 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -140,9 +140,9 @@ module.exports = function(grunt) { 'clean', 'copy:src_to_dist', 'copy:pluginDef', - 'jshint', - 'jscs', 'sass', - 'babel:dist' + 'babel', + 'jshint', + 'jscs' ]); };