Skip to content

Commit 8faed06

Browse files
committed
fix(npm): prevent side effects of npmjs
1 parent 41a3fb0 commit 8faed06

25 files changed

+2
-1
lines changed

app/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ var BangularGenerator = yeoman.generators.Base.extend({
8484
},
8585

8686
generate: function () {
87-
this.sourceRoot(path.join(__dirname, './templates'));
87+
this.sourceRoot(path.join(__dirname, './templates/base'));
88+
this.src.copy('../_.gitignore', '.gitignore');
8889
genUtils.processDirectory(this, '.', '.');
8990
this.mkdir('client/assets/fonts');
9091
this.mkdir('client/assets/images');
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)