copy readme on build

This commit is contained in:
Daniel Freedman
2014-11-10 11:21:44 -08:00
parent 6318f9ec16
commit 606609acf9

View File

@@ -116,7 +116,7 @@ function readManifest(filename, modules) {
}
gulp.task('copy-bower', function() {
return gulp.src('bower.json').pipe(gulp.dest('dist/'));
return gulp.src(['bower.json','README.md']).pipe(gulp.dest('dist/'));
});
defineBuildTask('webcomponents', './src/WebComponents/build.json');