Skip to content

Commit 20f303f

Browse files
committed
Remove unused commented-out settings from config.rb
1 parent a250c6d commit 20f303f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

config.rb

-44
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,3 @@
1-
###
2-
# Compass
3-
###
4-
5-
# Change Compass configuration
6-
# compass_config do |config|
7-
# config.output_style = :compact
8-
# end
9-
10-
###
11-
# Page options, layouts, aliases and proxies
12-
###
13-
14-
# Per-page layout changes:
15-
#
16-
# With no layout
17-
# page "/path/to/file.html", :layout => false
18-
#
19-
# With alternative layout
20-
# page "/path/to/file.html", :layout => :otherlayout
21-
#
22-
# A path which all have the same layout
23-
# with_layout :admin do
24-
# page "/admin/*"
25-
# end
26-
27-
# Proxy pages (http://middlemanapp.com/dynamic-pages/)
28-
# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => {
29-
# :which_fake_page => "Rendering a fake page with a local variable" }
30-
31-
###
32-
# Helpers
33-
###
34-
35-
# Automatic image dimensions on image_tag helper
36-
# activate :automatic_image_sizes
37-
38-
# Reload the browser automatically whenever files change
39-
# activate :livereload
40-
41-
# Methods defined in the helpers block are available in templates
42-
# helpers do
43-
# end
44-
451
set :css_dir, 'stylesheets'
462

473
set :js_dir, 'javascripts'

0 commit comments

Comments
 (0)