Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absolute path for options #164

Open
mou01 opened this issue Apr 10, 2018 · 1 comment
Open

Absolute path for options #164

mou01 opened this issue Apr 10, 2018 · 1 comment

Comments

@mou01
Copy link

mou01 commented Apr 10, 2018

Hi, I would like to be able to provide an absolute path for the external data passed to pages,

for example:

panini({
        root: 'src/pages',
        layouts: 'src/layouts',
        partials: 'src/partials',
        helpers: 'src/helpers',
        data: '/tmp/user123/'
      })

Currently it appears that all option paths has to be in the current working directory of the (gulp) process

@Vlasterx
Copy link

This would be a very useful option. I've tried to use absolute routes here and it didn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants