From 88daf09ea9fd5ee4c13661c1582f7eee20fe4ccb Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 3 Jun 2014 11:34:51 +0100 Subject: [PATCH] Removed grunt-uncss - unused --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2a53aa3..fc54ae7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -69,7 +69,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-imagemin'); grunt.loadNpmTasks('grunt-contrib-sass'); - grunt.loadNpmTasks('grunt-uncss'); grunt.loadNpmTasks('grunt-svg2png'); grunt.loadNpmTasks('grunt-svgmin'); grunt.loadNpmTasks('grunt-contrib-watch'); @@ -78,4 +77,4 @@ module.exports = function(grunt) { grunt.registerTask('default', ['imagemin', 'sass', 'svgmin', 'svg2png', 'watch', 'uglify', 'jshint']); -}; \ No newline at end of file +};