inesita-rb/inesita

View on GitHub
lib/inesita/cli/template/config.ru.tt

Summary

Maintainability
Test Coverage
# initialize bundler
require 'bundler'
Bundler.require

# you can comment this line to disable live-reload
use Inesita::LiveReload

# run inesita server
run Inesita::Server.new