Sha256: 32d3214ac79bdb91cb7291cbb5585dce9a2b4e99a76f498a65736c4f37f235c3

Contents?: true

Size: 550 Bytes

Versions: 30

Compression:

Stored size: 550 Bytes

Contents

with_layout false do
  page "/inline-css.html"
  page "/inline-js.html"
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

30 entries across 30 versions & 1 rubygems

Version Path
middleman-1.2.8 fixtures/test-app/config.rb
middleman-1.2.7 fixtures/test-app/config.rb
middleman-1.2.6 fixtures/test-app/config.rb
middleman-1.2.5 fixtures/test-app/config.rb
middleman-1.2.4 fixtures/test-app/config.rb
middleman-1.2.3 fixtures/test-app/config.rb
middleman-1.2.2 fixtures/test-app/config.rb
middleman-1.2.1 fixtures/test-app/config.rb
middleman-1.2.0 fixtures/test-app/config.rb
middleman-1.1.6 fixtures/test-app/config.rb
middleman-1.1.5 fixtures/test-app/config.rb
middleman-1.1.4 fixtures/test-app/config.rb
middleman-1.1.3 fixtures/test-app/config.rb
middleman-1.1.2 fixtures/test-app/config.rb
middleman-1.1.1.a fixtures/test-app/config.rb
middleman-1.1.0.1 fixtures/test-app/config.rb
middleman-1.1.0.beta.8 fixtures/test-app/config.rb
middleman-1.1.0.beta.7 fixtures/test-app/config.rb
middleman-1.1.0.beta.6 fixtures/test-app/config.rb
middleman-1.1.0.beta.5 fixtures/test-app/config.rb