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

Commit

Permalink
Merge pull request #633 from terrencekeane/grunt_build_bug
Browse files Browse the repository at this point in the history
Fix errors on grunt build task
  • Loading branch information
silvenon committed Jan 22, 2016
2 parents aa862f4 + 380823e commit 6fab5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ module.exports = function (grunt) {
dest: '<%%= config.dist %>/images'
},{
expand: true,
cwd: '<%%= config.app %%>',
cwd: '<%%= config.app %>',
src: '*.{ico,png}',
dest: '<%%= config.dist %%>'
dest: '<%%= config.dist %>'
}]
}
},
Expand Down

0 comments on commit 6fab5b7

Please sign in to comment.