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

Config path enhancements #182

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Conversation

jannis-baum
Copy link
Owner

Close #181

@jannis-baum jannis-baum requested a review from tuurep September 5, 2024 18:43
Copy link
Collaborator

@tuurep tuurep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks this is great, works with these configs in ~/.config/vivify/

.
├── config.json
├── scripts
│   ├── hello-world.js
│   └── toggle-hidden-files.js
└── styles.css

config.json:

{
    "pageTitle": "components.slice(-1)",
    "styles": "styles.css",
    "scripts": "scripts/*"
}

@jannis-baum
Copy link
Owner Author

Great, thanks! I forgot that we should document this as well in the customization guide. I'll add that when I'm back on my laptop and then I'll merge this.

@tuurep
Copy link
Collaborator

tuurep commented Sep 5, 2024

Oh, true

@jannis-baum jannis-baum merged commit 81c4cf4 into main Sep 6, 2024
6 checks passed
@jannis-baum jannis-baum deleted the issue/181-config-path-enhancements branch September 6, 2024 00:06
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 this pull request may close these issues.

Config path enhancements
2 participants