0.0
No commit activity in last 3 years
No release in over 3 years
Watches for changes in your Sinatra-app and reloads Puma daemon with the new app code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Sinatra (live)

Watches for changes in your Sinatra-app and reloads Puma daemon with the new app.

Install

gem install sinatralive

Usage

First, create a Livefile on your Sinatra-app -root.

$: sinatra-live init
Livefile created

Edit the Livefile to match your own settings.

---
folders:
  - lib
  - conf

puma:
  control: http://127.0.0.1:3001
  token: c68e108c4ae2755ab1e93bc3fc956845033ab8b0

Start sinatra-live.

$: sinatra-live
Watching for changes in:
	lib/
	config/