Add grunt images task
This commit is contained in:
parent
7e8be47aa5
commit
4fdf645bb2
@ -80,5 +80,9 @@ module.exports = function(grunt) {
|
|||||||
grunt.registerTask('dev', [
|
grunt.registerTask('dev', [
|
||||||
'watch'
|
'watch'
|
||||||
]);
|
]);
|
||||||
|
grunt.registerTask('images', [
|
||||||
|
'imagemin',
|
||||||
|
'svgmin'
|
||||||
|
]);
|
||||||
|
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user