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

Slim 5 does not work with Middleman #959

Open
jubishop opened this issue Dec 7, 2024 · 1 comment
Open

Slim 5 does not work with Middleman #959

jubishop opened this issue Dec 7, 2024 · 1 comment

Comments

@jubishop
Copy link

jubishop commented Dec 7, 2024

Solution discussed here https://stackoverflow.com/questions/15626845/how-to-install-and-use-slim-template-engine-with-middleman which is to just downgrade to 4 works for me. Would be nice to have this fixed so I could use the latest release.

@tainoe
Copy link
Contributor

tainoe commented Dec 9, 2024

Add this to middleman's config.rb

require 'slim'
Slim::Engine.set_options generator: Temple::Generators::StringBuffer

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

2 participants