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

Remove consolidate to avoid dependency collisions #171

Merged
merged 1 commit into from
May 10, 2017
Merged

Remove consolidate to avoid dependency collisions #171

merged 1 commit into from
May 10, 2017

Conversation

kjarmicki
Copy link
Contributor

@kjarmicki kjarmicki commented Apr 26, 2017

Closes #170

Handlebars' API is synchronous but Consolidate's render is asynchronous, so I had to choose wether to rewrite all method calls to sync or mimic render as async. I've chosen the latter, because it doesn't require turning codebase upside down and leaves door open if at any point interface should be async again.

@dlmr dlmr changed the title #170 Remove consolidate to avoid dependency collisions Remove consolidate to avoid dependency collisions May 10, 2017
@dlmr dlmr merged commit 290fa31 into rocjs:master May 10, 2017
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.

2 participants