diff --git a/gulpfile.js b/gulpfile.js index 6c24b7d..8af062b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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');