Removed unneeded grunt dependency

This commit is contained in:
Marcin Kurczewski 2014-10-17 18:59:56 +02:00
parent be77a84950
commit 25ab19edae

View file

@ -133,7 +133,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-processhtml');
grunt.loadNpmTasks('grunt-shell');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-copy');