Run jshint and jscs tasks before babel transpiler.

This commit is contained in:
Alexander Zobnin
2016-09-27 20:32:21 +03:00
parent 65308375f4
commit c665947841

View File

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