Sha256: 1b47c355fc528d0daf38e6bdeaceb28a5661c39097b51e4c1fec9600558334ce
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
# This file exists to make this project Rack-compatible. # You may delete it if you're not concerned about this. require 'hyde' require 'hyde/server' begin # Add the 'rack-cache' gem if you want to enable caching. require 'rack/cache' use Rack::Cache rescue LoadError # pass end Hyde::Project.new File.dirname(__FILE__) run Hyde::Server
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hydeweb-0.2.2 | data/new_site/config.ru |
hydeweb-0.1.14 | data/new_site/config.ru |
hydeweb-0.1.13 | data/new_site/config.ru |
hydeweb-0.1.12 | data/new_site/config.ru |