phoenix_haml icon indicating copy to clipboard operation
phoenix_haml copied to clipboard

Phoenix Template Engine for Haml

Results 10 phoenix_haml issues
Sort by recently updated
recently updated
newest added

During compiling of an already existing project (during phoenix migration from 1.6 to 1.7) I got the following error: `==> phoenix_haml Compiling 4 files (.ex) error: undefined variable "raise_with_help" lib/mix/tasks/phoenix_haml.gen.html.ex:98:...

Would it be possible to extend this with a `LiveView.Engine` module capable of compiling `.lhaml` files, similar to how Phoenix LiveView [compiles `.leex` templates](https://github.com/phoenixframework/phoenix_live_view/blob/b6d2062/lib/phoenix_live_view/engine.ex#L148)? I greatly prefer writing HAML to...

Fix Markdown formatting on Github

Come on guys. HAML makes me so happy. There's still an open issue for 1.3 support. ``` $ mix phoenix_haml.gen.html Blog Post posts title:string body:text ** (Mix) expected the second...

Howdy! I'm a haml fan, and I've continued to use phoenix_haml in my apps despite knowing that the generators are way out-of-date. But lately I've run into lots of parsing...

As subject. Bunch of things broken in calliope 0.4.2 indeed and the error messages did not make too much sense :( https://github.com/nurugger07/calliope/issues/79

see https://github.com/phoenixframework/phoenix/issues/2498

I'd love to use this in a Phoenix 1.3 project. Right now I am running Phoenix `1.3.0rc`, and phoenix_haml works fine (but of course, as it states that it will...

Running into compiling issues with the `error: undefined variable "raise_with_help"` that the user before me is also getting. I thought about just converting all the haml files to html to...