diff --git a/Gruntfile.js b/Gruntfile.js index 5cdfe96..3f06ef9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,8 +33,7 @@ module.exports = function(grunt) { grunt.registerTask( 'default', - 'Compile SASS & Vendor Prefix', - [ + 'Compile SASS & Vendor Prefix', [ 'sass:theme', 'autoprefixer:theme' ]