Sha256: 35cc6288cb07ca3dfc1b2a7cc2e69f9882cc6aa92b2e4acfd23ac488567f05fb

Contents?: true

Size: 638 Bytes

Versions: 8

Compression:

Stored size: 638 Bytes

Contents

# enable :maruku

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

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

8 entries across 8 versions & 1 rubygems

Version Path
middleman-0.12.0.pre spec/fixtures/sample/init.rb
middleman-0.11.5 spec/fixtures/sample/init.rb
middleman-0.11.4 spec/fixtures/sample/init.rb
middleman-0.11.3 spec/fixtures/sample/init.rb
middleman-0.11.2 spec/fixtures/sample/init.rb
middleman-0.11.1 spec/fixtures/sample/init.rb
middleman-0.11.0 spec/fixtures/sample/init.rb
middleman-0.10.17 spec/fixtures/sample/init.rb