mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
copy readme on build
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user