Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Forgot to uncomment the gulp subgenerator, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 2, 2017
1 parent 20c4891 commit cd066e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = class extends Generator {
{
name: 'babel',
type: 'confirm',
message: 'Compile your JS with Babel',
message: 'Compile your JS with Babel?',
when: this.options.babel === undefined
}
];
Expand Down Expand Up @@ -99,10 +99,10 @@ module.exports = class extends Generator {

this.composeWith(require.resolve('../git'));

// this.composeWith(require.resolve('../gulp'), {
// uploading: this.props.uploading,
// babel: this.props.babel
// });
this.composeWith(require.resolve('../gulp'), {
uploading: this.props.uploading,
babel: this.props.babel
});

this.composeWith(require.resolve('../readme'), {
projectName: this.props.projectName,
Expand Down

0 comments on commit cd066e7

Please sign in to comment.