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

feat: Add partialsDir.rename option #151

Merged
merged 2 commits into from Mar 30, 2021
Merged

Commits on Mar 26, 2021

  1. feat(partials): Optional (re)name partials functionality

    We need more flexibility when it comes to naming partials and don't want to be constrained by our folder structure.
    
    For example, we have
    
    /components
        /button
            button.hbs
        /template
            otherTemplate.hbs
    Currently, this names the partial button/button and template/otherTemplate.
    
    This renaming function allows more flexibility, e.g., naming the two templates button and otherTemplate, ignoring the folder structure.
    djaax committed Mar 26, 2021
    Copy the full SHA
    0915aa8 View commit details
    Browse the repository at this point in the history
  2. feat(partials): Add test

    djaax committed Mar 26, 2021
    Copy the full SHA
    22f8c35 View commit details
    Browse the repository at this point in the history