Gollum executable.
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
require 'rubygems'
|
||||
|
||||
require 'sinatra'
|
||||
require 'gollum'
|
||||
require 'mustache/sinatra'
|
||||
|
||||
require 'gollum/frontend/views/layout'
|
||||
|
||||
$path = "~/dev/sandbox/lotr2"
|
||||
|
||||
module Precious
|
||||
class App < Sinatra::Base
|
||||
register Mustache::Sinatra
|
||||
@@ -106,5 +102,3 @@ module Precious
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Precious::App.run!
|
||||
|
||||
Reference in New Issue
Block a user