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

Commit

Permalink
Run apple-touch-icon and favicon through the imagemin task
Browse files Browse the repository at this point in the history
  • Loading branch information
lachezar committed Oct 28, 2015
1 parent 13363a5 commit 75e376e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ module.exports = function (grunt) {
cwd: '<%%= config.app %>/images',
src: '{,*/}*.{gif,jpeg,jpg,png}',
dest: '<%%= config.dist %>/images'
},{
expand: true,
cwd: '<%%= config.app %%>',
src: '*.{ico,png}',
dest: '<%%= config.dist %%>'
}]
}
},
Expand Down Expand Up @@ -368,7 +373,7 @@ module.exports = function (grunt) {
cwd: '<%%= config.app %>',
dest: '<%%= config.dist %>',
src: [
'*.{ico,png,txt}',
'*.txt',
'images/{,*/}*.webp',
'{,*/}*.html',
'fonts/{,*/}*.*'
Expand Down

0 comments on commit 75e376e

Please sign in to comment.