Add grunt images task
This commit is contained in:
parent
1eac280027
commit
967190ebf9
1 changed files with 4 additions and 0 deletions
|
@ -80,5 +80,9 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('dev', [
|
||||
'watch'
|
||||
]);
|
||||
grunt.registerTask('images', [
|
||||
'imagemin',
|
||||
'svgmin'
|
||||
]);
|
||||
|
||||
};
|
Loading…
Reference in a new issue