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',
'copy:src_to_dist',
'copy:pluginDef',
'jshint',
'jscs',
'sass',
'babel:dist'
'babel',
'jshint',
'jscs'
]);
};