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 unused dependency #683

Closed
wants to merge 1 commit into from
Closed

Conversation

macgyver
Copy link
Contributor

I was just chatting with Jordan about handlebars version disparities across the clay ecosystem and noticed that amphora specifies a handlebars dependency but never requires the library, and the tests all pass when it's removed - so that's what this PR does!

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2442

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 2440: 0.0%
Covered Lines: 4178
Relevant Lines: 4178

💛 - Coveralls

@jpope19
Copy link
Contributor

jpope19 commented Sep 25, 2020

@macgyver We've been trying to get rid of all of the handlebars versioning disparities across all of the repos. It's been a bit more difficult than expected:

I'm pretty sure there are 4-5 PRs out there to fix this across other repos but these are the two I know of off the top of my head.

clay/amphora-html#79
clay/clay-kiln#1495

And working to get the starter back up and running with this fixed. It will be done eventually. Not sure if this was done to limit the handlebars version used in the other dependencies?

@macgyver
Copy link
Contributor Author

macgyver commented Sep 25, 2020 via email

@jpope19
Copy link
Contributor

jpope19 commented Sep 25, 2020

I definitely endorse the extraction of any direct handlebars dependency 100%. should only be one point of entry where you pass in the templating service during amphora initiation.

@james-owen james-owen closed this Jul 26, 2022
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.

4 participants