Skip to content

Commit

Permalink
fix: include dotfiles for project generation
Browse files Browse the repository at this point in the history
affects: @knot/cli
  • Loading branch information
effervescentia committed Sep 5, 2019
1 parent 215ba8b commit ba5b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utilities/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ program
const webpackPluginVersion = await latestVersion('@knot/webpack-plugin');

gulp
.src(`${sourceDir}/**`)
.src(`${sourceDir}/**`, { dot: true })
.pipe(
rename(file => {
if (file.basename.startsWith('_')) {
Expand Down

0 comments on commit ba5b439

Please sign in to comment.