Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
/ generator-angular Public archive

Commit 8122695

Browse files
committedAug 19, 2015
fix(gulp): typo
1 parent a29d1b0 commit 8122695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎app/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,15 +353,15 @@ Generator.prototype.packageFiles = function packageFiles() {
353353
this.template('root/_bowerrc', '.bowerrc');
354354
this.template('root/_package.json', 'package.json');
355355
if (this.gulp) {
356-
this.template('root/_Gulpfile.js', 'Gulpfile.js');
356+
this.template('root/_gulpfile.js', 'gulpfile.js');
357357
} else {
358358
this.template('root/_Gruntfile.js', 'Gruntfile.js');
359359
}
360360
if (this.typescript) {
361361
this.template('root/_tsd.json', 'tsd.json');
362362
}
363363
this.template('root/README.md', 'README.md');
364-
364+
365365
};
366366

367367
Generator.prototype._injectDependencies = function _injectDependencies() {
File renamed without changes.

0 commit comments

Comments
 (0)