mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +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',
|
'connect',
|
||||||
'watch'
|
'watch'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Imagemin only task
|
|
||||||
grunt.registerTask('imagemin', [
|
|
||||||
'imagemin'
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Production build
|
// Production build
|
||||||
grunt.registerTask('build', [
|
grunt.registerTask('build', [
|
||||||
'clean',
|
'clean',
|
||||||
'rsync:copy_media',
|
'rsync:copy_media',
|
||||||
'jekyll:production',
|
'jekyll:production',
|
||||||
//'imagemin',
|
'imagemin:assets',
|
||||||
'less',
|
'less',
|
||||||
'cmq',
|
'cmq',
|
||||||
'cssmin',
|
'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…
x
Reference in New Issue
Block a user