Sha256: 2b36c47c92ddee381b79feeaf85ebcb507e7097bb733a961b9b52d2e2cad5c57

Contents?: true

Size: 549 Bytes

Versions: 25

Compression:

Stored size: 549 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

25 entries across 25 versions & 2 rubygems

Version Path
beans-middleman-1.0.14 fixtures/test-app/config.rb
beans-middleman-1.0.13 fixtures/test-app/config.rb
beans-middleman-1.0.12 fixtures/test-app/config.rb
beans-middleman-1.0.11 fixtures/test-app/config.rb
beans-middleman-1.0.9 fixtures/test-app/config.rb
beans-middleman-1.0.8 fixtures/test-app/config.rb
beans-middleman-1.0.7 fixtures/test-app/config.rb
beans-middleman-1.0.6 fixtures/test-app/config.rb
beans-middleman-1.0.5 fixtures/test-app/config.rb
middleman-1.0.0 fixtures/test-app/config.rb
middleman-1.0.0.pre fixtures/test-app/config.rb
middleman-0.99.3.pre fixtures/test-app/config.rb
middleman-0.99.2.pre fixtures/test-app/config.rb
middleman-0.99.1.pre spec/fixtures/sample/config.rb
middleman-0.99.0.pre spec/fixtures/sample/init.rb
middleman-0.9.0.pre spec/fixtures/sample/init.rb
middleman-0.14.1 spec/fixtures/sample/init.rb
middleman-0.14.0 spec/fixtures/sample/init.rb
middleman-0.14.0.pre2 spec/fixtures/sample/init.rb
middleman-0.13.2.pre spec/fixtures/sample/init.rb