Move off-by-default extensions into middleman-more, make middleman-more itself an extension

This commit is contained in:
Thomas Reynolds 2012-05-24 16:14:17 -07:00
parent 182ad87ad3
commit 1cad726c81
92 changed files with 902 additions and 758 deletions

View file

@ -1 +0,0 @@
# activate :minify_css

View file

@ -1,13 +0,0 @@
<%= lorem.word %>
<%= lorem.words(5) %>
<%= lorem.sentence %>
<%= lorem.sentences(2) %>
<%= lorem.paragraph %>
<%= lorem.paragraphs(2) %>
<%= lorem.date %>
<%= lorem.name %>
<%= lorem.first_name %>
<%= lorem.last_name %>
<%= lorem.email %>
<%= image_tag lorem.image(100) %>
<%= image_tag placekitten(100) %>