Skip to content

Commit

Permalink
Minor changes to gulpfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherTyper committed Jul 6, 2017
1 parent 99e0895 commit f36c5f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const yarnShrinkwrap = () => gulp.src('package.json')
*/
const preproccess = gulp.parallel(styles, markup, scripts)
const build = gulp.series(preproccess, jekyllBuild, yarnShrinkwrap, format)
const watchTask = gulp.series(build, browser, watch)
const test = gulp.series(build, browser, watch)

export {markup, styles, jekyllRebuild, browser, yarnShrinkwrap, preproccess, build, watchTask}
export default watchTask
export {markup, styles, jekyllRebuild, browser, yarnShrinkwrap, preproccess, build, format, test}
export default test

0 comments on commit f36c5f2

Please sign in to comment.