fix grunt watch task

This commit is contained in:
Alexander Zobnin
2018-06-08 13:38:41 +03:00
parent 0a407c2db9
commit 763b3a5f6e

View File

@@ -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'