Skip to content

Commit

Permalink
Fix the build task not being copied
Browse files Browse the repository at this point in the history
Forgot that since I moved the build.js file out of the Jekyll
subgenerator I needed to compose with the new gulp subgenerator, so the
generator was broken. Whoops. Closes #147.
  • Loading branch information
sondr3 committed Aug 24, 2016
1 parent adbf962 commit 7e82705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ on Github](https://github.com/sondr3/generator-jekyllized).
local: require.resolve('generator-statisk/generators/gulp')
});

this.composeWith('jekyllized:gulp', {
options: {}
}, {
local: require.resolve('../gulp')
});

this.composeWith('jekyllized:jekyll', {
options: {
projectName: this.props.projectName,
Expand Down

0 comments on commit 7e82705

Please sign in to comment.