Removed grunt-uncss - unused
This commit is contained in:
parent
70e5843c60
commit
88daf09ea9
|
@ -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']);
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue