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

Configure helpers via config #1

Open
mrsteele opened this issue Sep 28, 2016 · 4 comments
Open

Configure helpers via config #1

mrsteele opened this issue Sep 28, 2016 · 4 comments
Assignees
Milestone

Comments

@mrsteele
Copy link

This is a feature request:

It would be wonderful if we could inject a helpers-module that can be used in your patterns. Not sure why this hasn't been considered before.

@geoffp
Copy link
Owner

geoffp commented Oct 25, 2016

Great idea! I'll look into this for 1.1.0.

@geoffp geoffp self-assigned this Oct 25, 2016
@geoffp geoffp added this to the 1.1.0 milestone Oct 25, 2016
@rwaymouth
Copy link

I was able to work around this using the plugin system: https://github.com/rwaymouth/plugin-node-engine-extender.

It works, but would definitely be more efficient if there was a way to do it directly in the patternegine itself.

@geoffp
Copy link
Owner

geoffp commented Nov 8, 2016

@bmuenzenmeyer, where do you think the right place might be for devs to put their custom handlebars helper modules? Maybe _meta?

@bmuenzenmeyer
Copy link
Collaborator

@geoffp

I think that'd be a fine place - all things considered.

  • + Especially since the intent would be to share them as part of source code.
  • - Puttng them there though, means that people must be aware that a clean install of a starterkit over the top may blow it away.
  • + (on the other hand, you could include handlebar helpers inside a starterkit)

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

4 participants