Sha256: 84570eb4344e473fd27a22e33e73bf98b3b342db8107721bfa1b3559c948223f
Contents?: true
Size: 348 Bytes
Versions: 6
Compression:
Stored size: 348 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'sinatra' require 'haml' # if you use haml views begin require 'juxtapose/application/app.rb' rescue LoadError => e require 'rubygems' path = File.expand_path '../../lib', __FILE__ $:.unshift(path) if File.directory?(path) && !$:.include?(path) require 'juxtapose/application/app.rb' end
Version data entries
6 entries across 6 versions & 1 rubygems