Sha256: f3641e16a221f7f3f22be0f0f5e0af4a6e702e026f378749e15091b4ee08f15d

Contents?: true

Size: 563 Bytes

Versions: 10

Compression:

Stored size: 563 Bytes

Contents

# enable :maruku
get "/inline-js.html" do
  haml :"inline-js.html", :layout => false
end


get "/page-class.html" do
  haml :"page-classes.html", :layout => false
end

get "/sub1/page-class.html" do
  haml :"page-classes.html", :layout => false
end

get "/sub1/sub2/page-class.html" do
  haml :"page-classes.html", :layout => false
end

get "/auto-css.html" do
  haml :"auto-css.html", :layout => false
end

get "/sub1/auto-css.html" do
  haml :"auto-css.html", :layout => false
end

get "/sub1/sub2/auto-css.html" do
  haml :"auto-css.html", :layout => false
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
middleman-0.10.16 spec/fixtures/sample/init.rb
middleman-0.10.15 spec/fixtures/sample/init.rb
middleman-0.10.14 spec/fixtures/sample/init.rb
middleman-0.10.13 spec/fixtures/sample/init.rb
middleman-0.10.12 spec/fixtures/sample/init.rb
middleman-0.10.11 spec/fixtures/sample/init.rb
middleman-0.10.10 spec/fixtures/sample/init.rb
middleman-0.10.9 spec/fixtures/sample/init.rb
middleman-0.10.8 spec/fixtures/sample/init.rb
middleman-0.10.7 spec/fixtures/sample/init.rb