This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-github
/
middleman--middleman
Watch
1
Star
0
Fork
You've already forked middleman--middleman
0
mirror of
https://github.com/middleman/middleman.git
synced
2022-11-09 12:20:27 -05:00
Code
Releases
Activity
61915cdaab
middleman--middleman
/
middleman-core
/
fixtures
/
data-app
/
config.rb
6 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
Update rubocop + use enable-frozen-string-literal (#2354)
2020-08-16 15:08:50 -04:00
# frozen_string_literal: true
tests for data in config.rb, closes #118
2011-09-17 15:43:31 -04:00
data
.
pages
.
each
do
|
p
|
Remove options to proxy or ignore through `page`, and use Middleman::Util#path_match for matchers to allow a wider set of matchers.
2014-06-17 00:44:14 -04:00
proxy
p
.
from
,
p
.
to
Clean up whitespace, play with cane for testing style quality and code complexity
2012-08-13 18:39:06 -04:00
end
Copy permalink