Grunt: fix watch task.

This commit is contained in:
Alexander Zobnin
2017-02-10 16:33:08 +03:00
parent 0e1069da27
commit a68548ddbb

View File

@@ -140,9 +140,9 @@ module.exports = function(grunt) {
'clean', 'clean',
'copy:src_to_dist', 'copy:src_to_dist',
'copy:pluginDef', 'copy:pluginDef',
'jshint',
'jscs',
'sass', 'sass',
'babel:dist' 'babel',
'jshint',
'jscs'
]); ]);
}; };