-
Notifications
You must be signed in to change notification settings - Fork 101
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
Any version of this for slim templates #73
Comments
It would not make sense for I've wanted to build |
@sds would you use slim on a new project? The only disadvantages I see of slim are
Otherwise, it seems superior. |
Yes, if given the option I would choose Slim for new projects. Its use of the Temple library was a solid design decision (given my experience diving into the HAML project's code). Granted, HAML works great as well, I just see Slim as more extensible given the framework it was built on top of. Maybe I'll find some time to spike on a quick proof of concept to get the ball rolling. Given Temple simply returns Sexps, it should be easy to get started with. |
@sds Sweet. You'll be popular! |
👍
|
Circling back on this: I've thrown together a working Slim linter (creatively named |
Will do! 👍 |
@sds 👍 |
Has anybody tried to port this to slim?
How easy would it be for this project to support both?
The text was updated successfully, but these errors were encountered: