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