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