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 Jul 8, 2016
1 parent 6dc8dc6 commit 17b7676
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 17b7676

Please sign in to comment.