Run jshint and jscs tasks before babel transpiler.
This commit is contained in:
@@ -99,9 +99,9 @@ module.exports = function(grunt) {
|
||||
'clean',
|
||||
'copy:src_to_dist',
|
||||
'copy:pluginDef',
|
||||
'sass',
|
||||
'babel',
|
||||
'jshint',
|
||||
'jscs'
|
||||
'jscs',
|
||||
'sass',
|
||||
'babel'
|
||||
]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user