mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
a fully-bundled middleman
This commit is contained in:
parent
adf9cde5b3
commit
4692ceff07
33 changed files with 133 additions and 96 deletions
4
Gemfile
4
Gemfile
|
|
@ -1,6 +1,7 @@
|
|||
source "http://gemcutter.org"
|
||||
bin_path "vendor/bin"
|
||||
disable_rubygems
|
||||
disable_system_gems
|
||||
|
||||
gem "thin"
|
||||
gem "shotgun"
|
||||
|
|
@ -8,12 +9,13 @@ gem "templater"
|
|||
gem "sprockets"
|
||||
gem "sinatra"
|
||||
gem "sinatra-content-for"
|
||||
gem "rack-test", "0.5.1"
|
||||
gem "rack-test"
|
||||
gem "yui-compressor"
|
||||
gem "haml"
|
||||
gem "compass"
|
||||
gem "smusher"
|
||||
|
||||
gem "rspec"
|
||||
gem "rdoc"
|
||||
gem "sdoc"
|
||||
gem "cucumber"
|
||||
Loading…
Add table
Add a link
Reference in a new issue