Skip to content

Commit

Permalink
define custom data path for panini
Browse files Browse the repository at this point in the history
  • Loading branch information
zebapy committed Nov 18, 2016
1 parent 13be355 commit 1a8a643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ function pages() {
root: 'src/pages',
layouts: 'src/layouts',
partials: 'src/partials',
helpers: 'src/helpers'
helpers: 'src/helpers',
data: 'src/data'
}))
.pipe(inky())
.pipe(gulp.dest('dist'));
Expand Down

0 comments on commit 1a8a643

Please sign in to comment.