Skip to content

Commit

Permalink
copy readme on build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 10, 2014
1 parent dbd7bd9 commit 7f93ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function(grunt) {
},
copy: {
Polymer: {
src: ['layout.html', 'bower.json'],
src: ['layout.html', 'bower.json', 'README.md'],
dest: 'dist/'
}
},
Expand Down

0 comments on commit 7f93ca0

Please sign in to comment.