Skip to content

Commit 7f93ca0

Browse files
committed
copy readme on build
1 parent dbd7bd9 commit 7f93ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function(grunt) {
2424
},
2525
copy: {
2626
Polymer: {
27-
src: ['layout.html', 'bower.json'],
27+
src: ['layout.html', 'bower.json', 'README.md'],
2828
dest: 'dist/'
2929
}
3030
},

0 commit comments

Comments
 (0)