Added img task

This commit is contained in:
Mike Francis 2014-09-03 13:18:22 +01:00
parent 742d310e9b
commit 274e62e1a1
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-svg2png');
grunt.loadNpmTasks('grunt-svgmin');
grunt.registerTask('img', ['svgmin', 'svg2png', 'imageoptim']);
grunt.registerTask('default', ['sass', 'browserify', 'jshint', 'uglify', 'watch']);
};