diff --git a/Gruntfile.js b/Gruntfile.js index fd3051f..b9a0460 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -140,9 +140,9 @@ module.exports = function(grunt) { 'clean', 'copy:src_to_dist', 'copy:pluginDef', - 'jshint', - 'jscs', 'sass', - 'babel:dist' + 'babel', + 'jshint', + 'jscs' ]); };