merge more into core, use gem availability to autoload
This commit is contained in:
parent
27a9fa98f7
commit
9ebddeed1d
476 changed files with 81 additions and 141 deletions
11
middleman-core/fixtures/auto-css-app/config.rb
Normal file
11
middleman-core/fixtures/auto-css-app/config.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
with_layout false do
|
||||
%w{
|
||||
/auto-css.html
|
||||
/auto-css
|
||||
/auto-css/
|
||||
/auto-css/auto-css.html
|
||||
/auto-css/sub/auto-css.html
|
||||
}.each do |path|
|
||||
page path
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue