Sha256: 99321b5331d21f274e38502c48019c6eab31d4dce2b69d1d089625dfa9eac865

Contents?: true

Size: 289 Bytes

Versions: 31

Compression:

Stored size: 289 Bytes

Contents

require './app'

# I'm leaning more towards not mounting the sprockets rack application and just relying on the precompiler with guard.
# If you want to mount the Sprockets Rack Application, uncomment the following lines:
map "/assets" do
  run App.sprockets
end

map "/" do
  run App
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
luca-0.7.7 config.ru
luca-0.7.6 config.ru
luca-0.7.5 config.ru
luca-0.7.4 config.ru
luca-0.7.3 config.ru
luca-0.7.2 config.ru
luca-0.7.0 config.ru
luca-0.6.9 config.ru
luca-0.6.8 config.ru
luca-0.6.7 config.ru
luca-0.6.6 config.ru