[go: nahoru, domu]

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

Output html files are not nested #300

Closed
DiversityStudio opened this issue Jun 1, 2020 · 2 comments · Fixed by #298
Closed

Output html files are not nested #300

DiversityStudio opened this issue Jun 1, 2020 · 2 comments · Fixed by #298

Comments

@DiversityStudio
Copy link

I have this config:

{ "input": "src/views/**/*.html", "output": "dist/", "plugins": { "posthtml-modules": { "root": "./src/views/_components/", "initial": true }, "htmlnano": {} } }

Where I expect this nested output:

/dist/index.html /dist/other/index.html /dist/other/other/index.html

But I get a flattened output of just:

/dist/index.html

Is the CLI not honouring the input's nested structure and mirroring this in the output?

Can you advise please, thank you.

@Scrum Scrum linked a pull request Jun 1, 2020 that will close this issue
@Scrum
Copy link
Member
Scrum commented Jun 1, 2020

@DiversityStudio Hi, thank you for your message, this functionality is in progress, and wait for the release to finish.

@DiversityStudio
Copy link
Author

Hi, thank you, great work on posthtml, super cool

@Scrum Scrum closed this as completed in #298 Jun 2, 2020
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

Successfully merging a pull request may close this issue.

2 participants