mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
touch icons and favicon, activate imagemin
This commit is contained in:
parent
567eae6d55
commit
0dd2cc2dc9
@ -221,18 +221,13 @@ module.exports = function(grunt){
|
||||
'connect',
|
||||
'watch'
|
||||
]);
|
||||
|
||||
// Imagemin only task
|
||||
grunt.registerTask('imagemin', [
|
||||
'imagemin'
|
||||
]);
|
||||
|
||||
// Production build
|
||||
grunt.registerTask('build', [
|
||||
'clean',
|
||||
'rsync:copy_media',
|
||||
'jekyll:production',
|
||||
//'imagemin',
|
||||
'imagemin:assets',
|
||||
'less',
|
||||
'cmq',
|
||||
'cssmin',
|
||||
|
BIN
_src/apple-touch-icon-114x114-precomposed.png
Normal file
BIN
_src/apple-touch-icon-114x114-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
_src/apple-touch-icon-144x144-precomposed.png
Normal file
BIN
_src/apple-touch-icon-144x144-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
_src/apple-touch-icon-72x72-precomposed.png
Normal file
BIN
_src/apple-touch-icon-72x72-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
BIN
_src/apple-touch-icon-precomposed.png
Normal file
BIN
_src/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
_src/favicon.ico
Normal file
BIN
_src/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user