rewrite and decouple
This commit is contained in:
parent
96e095215f
commit
4f11920bba
24 changed files with 522 additions and 327 deletions
|
@ -4,5 +4,6 @@
|
|||
require File.join(File.dirname(__FILE__), '..', 'lib', 'middleman')
|
||||
|
||||
# Start Middleman
|
||||
Middleman.set :server, %w[thin webrick]
|
||||
Middleman.run!(:root => Dir.pwd)
|
||||
Middleman::Base.set({ :server => %w[thin webrick],
|
||||
:root => Dir.pwd })
|
||||
Middleman::Base.init!
|
Loading…
Add table
Add a link
Reference in a new issue