diff --git a/Gruntfile.js b/Gruntfile.js index 1e1fc9d8..b484e2df 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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', diff --git a/_src/apple-touch-icon-114x114-precomposed.png b/_src/apple-touch-icon-114x114-precomposed.png new file mode 100644 index 00000000..9d508fa8 Binary files /dev/null and b/_src/apple-touch-icon-114x114-precomposed.png differ diff --git a/_src/apple-touch-icon-144x144-precomposed.png b/_src/apple-touch-icon-144x144-precomposed.png new file mode 100644 index 00000000..cba24157 Binary files /dev/null and b/_src/apple-touch-icon-144x144-precomposed.png differ diff --git a/_src/apple-touch-icon-72x72-precomposed.png b/_src/apple-touch-icon-72x72-precomposed.png new file mode 100644 index 00000000..71a27109 Binary files /dev/null and b/_src/apple-touch-icon-72x72-precomposed.png differ diff --git a/_src/apple-touch-icon-precomposed.png b/_src/apple-touch-icon-precomposed.png new file mode 100644 index 00000000..268df226 Binary files /dev/null and b/_src/apple-touch-icon-precomposed.png differ diff --git a/_src/favicon.ico b/_src/favicon.ico new file mode 100644 index 00000000..187ee231 Binary files /dev/null and b/_src/favicon.ico differ