From 967190ebf9f192338c464b41296ed5ff32452ef5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 31 Dec 2014 12:03:10 -0500 Subject: [PATCH] Add grunt images task --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4b0dd9c5..6fbf033e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -80,5 +80,9 @@ module.exports = function(grunt) { grunt.registerTask('dev', [ 'watch' ]); + grunt.registerTask('images', [ + 'imagemin', + 'svgmin' + ]); }; \ No newline at end of file