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

Removing duplicated template declarations #147

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

andrewhosgood
Copy link

No description provided.

Templates and partials get added to an object with a key of
JSON.stringify(filename) which means a duplicated file with now override
a previously declared file. This ensures there is only one definition of
each template file.
@andrewhosgood
Copy link
Author

I am using grunt-contrib-handlebars to compile a framework and I would like to be able to override the framework templates with custom templates (with the same names) in another folder.

andrewhosgood referenced this pull request in adaptlearning/adapt_framework Oct 13, 2015
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.

None yet

1 participant