Rekindle.DevServer (Rekindle v0.1.4)

Copy Markdown View Source

Plug that serves Rekindle Web generations during development.

Add it to a Plug pipeline with the OTP application that owns the Rekindle configuration:

plug Rekindle.DevServer, otp_app: :my_app

The first request starts the Web development runtime unless watch: false is supplied. The Phoenix installer adds this Plug automatically.