Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
switch to new imagemin and run grunt build
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Nov 11, 2013
1 parent 49caaf6 commit 8578986
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Expand Up @@ -87,9 +87,6 @@ module.exports = function(grunt){
// image optimization
imagemin: {
assets: {
options: {
optimizationLevel: 7
},
files: [
{
expand: true,
Expand All @@ -100,9 +97,6 @@ module.exports = function(grunt){
]
},
touchicons: {
options: {
optimizationLevel: 7
},
files: [
{
expand: true,
Expand Down
Binary file modified html/apple-touch-icon-114x114-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/apple-touch-icon-144x144-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/apple-touch-icon-72x72-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/apple-touch-icon-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/kremalicious1024.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/kremalicious512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/metro-tile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified html/wp-content/themes/kremalicious2/assets/img/fabric_plaid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/wp-content/themes/kremalicious2/assets/img/krlcus-cloud16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/wp-content/themes/kremalicious2/assets/img/krlcus-cloud32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/wp-content/themes/kremalicious2/assets/img/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/wp-content/themes/kremalicious2/assets/img/logo@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-combine-media-queries": "~1.0.8",
"grunt-contrib-uglify": "~0.2.2"
},
Expand Down

0 comments on commit 8578986

Please sign in to comment.