Skip to content

Commit 7e82705

Browse files
committed
Fix the build task not being copied
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.
1 parent adbf962 commit 7e82705

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generators/app/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ on Github](https://github.com/sondr3/generator-jekyllized).
162162
local: require.resolve('generator-statisk/generators/gulp')
163163
});
164164

165+
this.composeWith('jekyllized:gulp', {
166+
options: {}
167+
}, {
168+
local: require.resolve('../gulp')
169+
});
170+
165171
this.composeWith('jekyllized:jekyll', {
166172
options: {
167173
projectName: this.props.projectName,

0 commit comments

Comments
 (0)