Skip to content
 
 

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Template Engine for Haml

Powered by Calliope

Usage

  1. Add {:phoenix_haml, "~> 0.1.1"} to your deps in mix.exs. If you generated your app from the Phoenix master branch, add phoenix_haml's master branch to your deps instead. {:phoenix_haml, github: "chrismccord/phoenix_haml"}
  2. Add the following your Phoenix config/config.exs
config :phoenix, :template_engines,
  haml: PhoenixHaml.Engine

Optional

Add haml extension to Phoenix live reload in config/dev.exs

  config :hello_phoenix, HelloPhoenix.Endpoint,
    live_reload: [
      patterns: [
        ~r{priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$},
        ~r{web/views/.*(ex)$},
        ~r{web/templates/.*(eex|haml)$}
      ]
    ]

About

Phoenix Template Engine for Haml

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages