Sha256: 4505c84631cb8f7305325c495bc0c338be53b51eda642f675c47a3d0aa28ba02
Contents?: true
Size: 241 Bytes
Versions: 2
Compression:
Stored size: 241 Bytes
Contents
app_path = File.expand_path('../app', __FILE__) $LOAD_PATH.unshift(app_path) unless $LOAD_PATH.include?(app_path) require 'beryl/backend' require 'rack' require 'view' use Rack::Static, :urls => ['/build'] run Beryl::Backend.new(View.new)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beryl-0.3.1 | config.ru |
beryl-0.3.0 | config.ru |