Skip to content

Commit

Permalink
Updating img config inline with config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan committed May 19, 2015
1 parent b93cb4d commit 5baef4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _grunt-configs/images.js
Expand Up @@ -37,7 +37,7 @@ module.exports.tasks = {
expand: true,
cwd: '<%=config.img.srcDir%>/',
src: ['**/*.{svg,png,jpg,gif}'],
dest: '<%=config.distDir%>/img'
dest: '<%=config.img.distDir%>'
}]
}
},
Expand All @@ -53,7 +53,7 @@ module.exports.tasks = {
expand: true,
cwd : '<%=config.tempDir%>/icons',
src : ['*.{svg,png,jpg,gif}'],
dest : '<%=config.distDir%>/img/icons'
dest : '<%=config.img.distDir%>/icons'
}],
options: {
// https://github.com/filamentgroup/grunticon#optionscustomselectors
Expand Down

0 comments on commit 5baef4b

Please sign in to comment.