Skip to content

Commit

Permalink
chore(build): Moving README.md to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev committed Nov 4, 2015
1 parent dc8f2d3 commit a0e4f11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ async function cleanupDistFolder(){
}

function createPackage(){
return gulp.src(['./package.json', './build/**.js'])
return gulp.src([
'./package.json',
'./build/**.js',
'./README.md'
])
.pipe(gulp.dest('./dist'));
}

Expand Down

0 comments on commit a0e4f11

Please sign in to comment.