middleman-more 3.1.0.beta.3 → 3.1.0.rc.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -2
- data/{fixtures/asset-host-app/config.rb → features/.gitkeep} +0 -0
- data/fixtures/{auto-css-app/source/stylesheets/auto-css/index.css → .gitkeep} +0 -0
- data/lib/middleman-more.rb +1 -99
- data/middleman-more.gemspec +2 -12
- metadata +8 -1024
- data/.cane +0 -2
- data/.cane-exclusions.yml +0 -3
- data/features/asset_hash.feature +0 -135
- data/features/asset_host.feature +0 -56
- data/features/automatic_image_sizes.feature +0 -16
- data/features/cache_buster.feature +0 -42
- data/features/clean_build.feature +0 -14
- data/features/coffee-script.feature +0 -22
- data/features/compass-sprites.feature +0 -6
- data/features/content_for.feature +0 -16
- data/features/directory_index.feature +0 -67
- data/features/extensionless_text_files.feature +0 -28
- data/features/fonts.feature +0 -13
- data/features/former_padrino_helpers.feature +0 -27
- data/features/frontmatter_page_settings.feature +0 -42
- data/features/gzip.feature +0 -21
- data/features/helpers_auto_javascript_include_tag.feature +0 -27
- data/features/helpers_auto_stylesheet_link_tag.feature +0 -27
- data/features/helpers_form_tag.feature +0 -26
- data/features/helpers_link_to.feature +0 -152
- data/features/helpers_lorem.feature +0 -6
- data/features/helpers_page_classes.feature +0 -17
- data/features/helpers_url_for.feature +0 -152
- data/features/i18n_builder.feature +0 -148
- data/features/i18n_force_locale.feature +0 -13
- data/features/i18n_preview.feature +0 -230
- data/features/ignore.feature +0 -62
- data/features/ignore_already_minified.feature +0 -47
- data/features/implied_extensions.feature +0 -42
- data/features/instance_vars.feature +0 -18
- data/features/liquid.feature +0 -11
- data/features/markdown.feature +0 -13
- data/features/markdown_redcarpet.feature +0 -86
- data/features/markdown_redcarpet_in_haml.feature +0 -42
- data/features/minify_css.feature +0 -127
- data/features/minify_javascript.feature +0 -225
- data/features/nested_layouts.feature +0 -55
- data/features/partials.feature +0 -46
- data/features/partials_dir.feature +0 -30
- data/features/relative_assets.feature +0 -102
- data/features/sass-assets-paths.feature +0 -11
- data/features/sass_cache_path.feature +0 -22
- data/features/sass_partials.feature +0 -54
- data/features/scss-support.feature +0 -12
- data/features/sitemap_traversal.feature +0 -73
- data/features/slim.feature +0 -69
- data/features/stylus.feature +0 -55
- data/features/support/env.rb +0 -10
- data/features/twitter-bootstrap-compile.feature +0 -6
- data/features/wildcard_page_helper.feature +0 -10
- data/fixtures/asset-hash-app/config.rb +0 -8
- data/fixtures/asset-hash-app/lib/middleware.rb +0 -16
- data/fixtures/asset-hash-app/source/apple-touch-icon.png +0 -0
- data/fixtures/asset-hash-app/source/favicon.ico +0 -0
- data/fixtures/asset-hash-app/source/images/100px.gif +0 -0
- data/fixtures/asset-hash-app/source/images/100px.jpg +0 -0
- data/fixtures/asset-hash-app/source/images/100px.png +0 -0
- data/fixtures/asset-hash-app/source/index.html.erb +0 -311
- data/fixtures/asset-hash-app/source/javascripts/application.js +0 -8
- data/fixtures/asset-hash-app/source/layout.erb +0 -18
- data/fixtures/asset-hash-app/source/other.html.erb +0 -2
- data/fixtures/asset-hash-app/source/partials.html.erb +0 -1
- data/fixtures/asset-hash-app/source/stylesheets/_partial.sass +0 -2
- data/fixtures/asset-hash-app/source/stylesheets/site.css.scss +0 -4
- data/fixtures/asset-hash-app/source/stylesheets/uses_partials.css.sass +0 -4
- data/fixtures/asset-hash-app/source/subdir/index.html.erb +0 -308
- data/fixtures/asset-hash-host-app/config.rb +0 -6
- data/fixtures/asset-hash-host-app/source/images/100px.gif +0 -0
- data/fixtures/asset-hash-host-app/source/images/100px.jpg +0 -0
- data/fixtures/asset-hash-host-app/source/images/100px.png +0 -0
- data/fixtures/asset-hash-host-app/source/index.html.erb +0 -6
- data/fixtures/asset-hash-host-app/source/layout.erb +0 -17
- data/fixtures/asset-hash-host-app/source/other.html.erb +0 -2
- data/fixtures/asset-hash-host-app/source/stylesheets/site.css.scss +0 -4
- data/fixtures/asset-hash-host-app/source/subdir/index.html.erb +0 -6
- data/fixtures/asset-host-app/source/.htaccess +0 -1
- data/fixtures/asset-host-app/source/asset_host.html.erb +0 -1
- data/fixtures/asset-host-app/source/images/blank.gif +0 -0
- data/fixtures/asset-host-app/source/stylesheets/asset_host.css.sass +0 -3
- data/fixtures/auto-css-app/config.rb +0 -11
- data/fixtures/auto-css-app/source/auto-css/auto-css.html.erb +0 -1
- data/fixtures/auto-css-app/source/auto-css/index.html.erb +0 -1
- data/fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb +0 -1
- data/fixtures/auto-css-app/source/auto-css.html.erb +0 -1
- data/fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css +0 -3
- data/fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css +0 -3
- data/fixtures/auto-css-app/source/stylesheets/auto-css.css +0 -3
- data/fixtures/auto-js-app/config.rb +0 -11
- data/fixtures/auto-js-app/source/auto-js/auto-js.html.erb +0 -1
- data/fixtures/auto-js-app/source/auto-js/index.html.erb +0 -1
- data/fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb +0 -1
- data/fixtures/auto-js-app/source/auto-js.html.erb +0 -1
- data/fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js +0 -1
- data/fixtures/auto-js-app/source/javascripts/auto-js/index.js +0 -1
- data/fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js +0 -1
- data/fixtures/auto-js-app/source/javascripts/auto-js.js +0 -1
- data/fixtures/automatic-image-size-app/config.rb +0 -0
- data/fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb +0 -1
- data/fixtures/automatic-image-size-app/source/images/blank.gif +0 -0
- data/fixtures/cache-buster-app/config.rb +0 -0
- data/fixtures/cache-buster-app/source/cache-buster.html.erb +0 -3
- data/fixtures/cache-buster-app/source/images/blank.gif +0 -0
- data/fixtures/cache-buster-app/source/stylesheets/relative_assets.css.sass +0 -3
- data/fixtures/cache-buster-app/source/stylesheets/site.css.sass +0 -1
- data/fixtures/clean-dir-app/config.rb +0 -2
- data/fixtures/clean-dir-app/source/about.html +0 -1
- data/fixtures/coffeescript-app/config.rb +0 -0
- data/fixtures/coffeescript-app/source/inline-coffeescript.html.haml +0 -3
- data/fixtures/coffeescript-app/source/javascripts/broken-coffee.js.coffee +0 -3
- data/fixtures/coffeescript-app/source/javascripts/coffee_test.js.coffee +0 -3
- data/fixtures/compass-sprites-app/config.rb +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_down.png +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_left.png +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_right.png +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_up.png +0 -0
- data/fixtures/compass-sprites-app/source/stylesheets/site.css.scss +0 -3
- data/fixtures/content-for-app/config.rb +0 -7
- data/fixtures/content-for-app/source/content_for_erb.html.erb +0 -5
- data/fixtures/content-for-app/source/content_for_haml.html.haml +0 -4
- data/fixtures/content-for-app/source/content_for_slim.html.slim +0 -4
- data/fixtures/content-for-app/source/layouts/content_for.erb +0 -4
- data/fixtures/default-partials-dir-app/source/_partial.html.erb +0 -1
- data/fixtures/default-partials-dir-app/source/index.html.erb +0 -2
- data/fixtures/different-engine-partial/config.rb +0 -0
- data/fixtures/different-engine-partial/source/index.html.erb +0 -1
- data/fixtures/different-engine-partial/source/layouts/layout.erb +0 -7
- data/fixtures/different-engine-partial/source/shared/_footer.str +0 -1
- data/fixtures/different-engine-partial/source/shared/_header.erb +0 -1
- data/fixtures/extensionless-text-files-app/config.rb +0 -1
- data/fixtures/extensionless-text-files-app/source/CNAME +0 -1
- data/fixtures/extensionless-text-files-app/source/LICENSE +0 -1
- data/fixtures/extensionless-text-files-app/source/README +0 -1
- data/fixtures/extensionless-text-files-app/source/index.html +0 -1
- data/fixtures/fonts-app/config.rb +0 -0
- data/fixtures/fonts-app/source/fonts/StMarie-Thin.otf +0 -0
- data/fixtures/fonts-app/source/stylesheets/fonts.css.sass +0 -3
- data/fixtures/frontmatter-settings-app/config.rb +0 -4
- data/fixtures/frontmatter-settings-app/source/alternate_layout.html.erb +0 -5
- data/fixtures/frontmatter-settings-app/source/ignored.html.erb +0 -5
- data/fixtures/frontmatter-settings-app/source/layouts/alternate.erb +0 -3
- data/fixtures/frontmatter-settings-app/source/no_index.html.erb +0 -5
- data/fixtures/gzip-app/config.rb +0 -1
- data/fixtures/gzip-app/source/index.html +0 -0
- data/fixtures/gzip-app/source/javascripts/test.js +0 -1
- data/fixtures/gzip-app/source/stylesheets/test.css +0 -1
- data/fixtures/i18n-alt-root-app/locales/en.yml +0 -4
- data/fixtures/i18n-alt-root-app/locales/es.yml +0 -7
- data/fixtures/i18n-alt-root-app/source/lang_data/hello.html.erb +0 -1
- data/fixtures/i18n-alt-root-app/source/lang_data/index.html.erb +0 -1
- data/fixtures/i18n-alt-root-app/source/layout.erb +0 -1
- data/fixtures/i18n-default-app/locales/en.yml +0 -4
- data/fixtures/i18n-default-app/locales/es.yml +0 -8
- data/fixtures/i18n-default-app/source/localizable/index.html.erb +0 -5
- data/fixtures/i18n-force-locale/config.rb +0 -13
- data/fixtures/i18n-force-locale/locales/en.yml +0 -3
- data/fixtures/i18n-force-locale/locales/es.yml +0 -3
- data/fixtures/i18n-force-locale/locales/fr.yml +0 -3
- data/fixtures/i18n-force-locale/source/index.haml +0 -2
- data/fixtures/i18n-test-app/locales/en.yml +0 -4
- data/fixtures/i18n-test-app/locales/es.yml +0 -8
- data/fixtures/i18n-test-app/source/CNAME +0 -1
- data/fixtures/i18n-test-app/source/layout.erb +0 -8
- data/fixtures/i18n-test-app/source/localizable/hello.html.erb +0 -1
- data/fixtures/i18n-test-app/source/localizable/index.html.erb +0 -1
- data/fixtures/i18n-test-app/source/morning.en.html.erb +0 -1
- data/fixtures/i18n-test-app/source/morning.es.html.erb +0 -1
- data/fixtures/i18n-test-app/source/password.txt +0 -1
- data/fixtures/i18n-test-app/source/stylesheets/site.css +0 -3
- data/fixtures/ignore-app/source/about.html.erb +0 -1
- data/fixtures/ignore-app/source/images/icon/messages.png +0 -0
- data/fixtures/ignore-app/source/images/pic.png +0 -0
- data/fixtures/ignore-app/source/images/portrait.jpg +0 -0
- data/fixtures/ignore-app/source/index.html.erb +0 -0
- data/fixtures/ignore-app/source/plain.html +0 -1
- data/fixtures/ignore-app/source/reports/another.html +0 -0
- data/fixtures/ignore-app/source/reports/index.html +0 -0
- data/fixtures/implied-extensions-app/config.rb +0 -0
- data/fixtures/implied-extensions-app/source/javascripts/app.coffee +0 -1
- data/fixtures/implied-extensions-app/source/stylesheets/style.scss +0 -3
- data/fixtures/implied-extensions-app/source/stylesheets/style2.sass +0 -3
- data/fixtures/implied-extensions-app/source/stylesheets/style3.less +0 -4
- data/fixtures/implied-extensions-app/source/test.haml +0 -4
- data/fixtures/implied-extensions-app/source/test2.markdown +0 -3
- data/fixtures/implied-extensions-app/source/test3.slim +0 -3
- data/fixtures/implied-extensions-app/source/test4.liquid +0 -1
- data/fixtures/indexable-app/config.rb +0 -4
- data/fixtures/indexable-app/source/.htaccess +0 -1
- data/fixtures/indexable-app/source/.htpasswd +0 -1
- data/fixtures/indexable-app/source/a_folder/needs_index.html +0 -1
- data/fixtures/indexable-app/source/leave_me_alone.html +0 -1
- data/fixtures/indexable-app/source/needs_index.html +0 -1
- data/fixtures/indexable-app/source/regular/index.html +0 -1
- data/fixtures/indexable-app/source/wildcard_leave_me_alone.html +0 -1
- data/fixtures/instance-vars-app/config.rb +0 -0
- data/fixtures/instance-vars-app/source/_vartial.erb +0 -5
- data/fixtures/instance-vars-app/source/instance-var-set.html.erb +0 -2
- data/fixtures/instance-vars-app/source/layout.erb +0 -3
- data/fixtures/instance-vars-app/source/no-instance-var.html.erb +0 -1
- data/fixtures/liquid-app/config.rb +0 -0
- data/fixtures/liquid-app/data/test.yml +0 -4
- data/fixtures/liquid-app/data/test2.json +0 -4
- data/fixtures/liquid-app/source/_liquid_partial.liquid +0 -1
- data/fixtures/liquid-app/source/data2.html.liquid +0 -2
- data/fixtures/liquid-app/source/liquid_master.html.liquid +0 -1
- data/fixtures/lorem-app/config.rb +0 -1
- data/fixtures/lorem-app/source/lorem.html.erb +0 -13
- data/fixtures/markdown-app/config.rb +0 -1
- data/fixtures/markdown-app/source/autolink.html.markdown +0 -5
- data/fixtures/markdown-app/source/fenced_code_blocks.html.markdown +0 -7
- data/fixtures/markdown-app/source/hard_wrap.html.markdown +0 -2
- data/fixtures/markdown-app/source/images/blank.gif +0 -0
- data/fixtures/markdown-app/source/index.html.markdown +0 -4
- data/fixtures/markdown-app/source/no_intra_emphasis.html.markdown +0 -5
- data/fixtures/markdown-app/source/smarty_pants.html.markdown +0 -5
- data/fixtures/markdown-app/source/space_after_headers.html.markdown +0 -5
- data/fixtures/markdown-app/source/strikethrough.html.markdown +0 -5
- data/fixtures/markdown-app/source/superscript.html.markdown +0 -5
- data/fixtures/markdown-app/source/tables.html.markdown +0 -8
- data/fixtures/markdown-app/source/with_toc_data.html.markdown +0 -3
- data/fixtures/markdown-frontmatter-options-app/config.rb +0 -1
- data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-default.html.markdown +0 -5
- data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-off.html.markdown +0 -7
- data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-on.html.markdown +0 -7
- data/fixtures/markdown-frontmatter-options-app/source/tables-default.html.markdown +0 -8
- data/fixtures/markdown-frontmatter-options-app/source/tables-off.html.markdown +0 -10
- data/fixtures/markdown-frontmatter-options-app/source/tables-on.html.markdown +0 -10
- data/fixtures/markdown-in-haml-app/config.rb +0 -0
- data/fixtures/markdown-in-haml-app/source/images/blank.gif +0 -0
- data/fixtures/markdown-in-haml-app/source/link_target.html.markdown +0 -4
- data/fixtures/minify-css-app/source/inline-css.html.haml +0 -5
- data/fixtures/minify-css-app/source/more-css/site.css +0 -3
- data/fixtures/minify-css-app/source/stylesheets/report.css +0 -1
- data/fixtures/minify-css-app/source/stylesheets/site.css.sass +0 -5
- data/fixtures/minify-js-app/config.rb +0 -0
- data/fixtures/minify-js-app/source/inline-coffeescript.html.haml +0 -3
- data/fixtures/minify-js-app/source/inline-js.html.haml +0 -28
- data/fixtures/minify-js-app/source/javascripts/coffee_test.js.coffee +0 -3
- data/fixtures/minify-js-app/source/javascripts/js_test.js +0 -8
- data/fixtures/minify-js-app/source/more-js/other.js +0 -8
- data/fixtures/nested-layout-app/config.rb +0 -1
- data/fixtures/nested-layout-app/source/another.html.markdown +0 -7
- data/fixtures/nested-layout-app/source/data-one.html.erb +0 -5
- data/fixtures/nested-layout-app/source/data-two.html.erb +0 -5
- data/fixtures/nested-layout-app/source/haml-test.html.markdown +0 -7
- data/fixtures/nested-layout-app/source/index.html.erb +0 -6
- data/fixtures/nested-layout-app/source/layouts/inner.erb +0 -4
- data/fixtures/nested-layout-app/source/layouts/inner_haml.haml +0 -3
- data/fixtures/nested-layout-app/source/layouts/inner_slim.slim +0 -3
- data/fixtures/nested-layout-app/source/layouts/master.erb +0 -3
- data/fixtures/nested-layout-app/source/layouts/master_haml.haml +0 -3
- data/fixtures/nested-layout-app/source/layouts/master_slim.slim +0 -3
- data/fixtures/nested-layout-app/source/layouts/outer.erb +0 -4
- data/fixtures/nested-layout-app/source/layouts/outer_haml.haml +0 -3
- data/fixtures/nested-layout-app/source/layouts/outer_slim.slim +0 -3
- data/fixtures/nested-layout-app/source/slim-test.html.markdown +0 -7
- data/fixtures/padrino-helpers-app/config.rb +0 -0
- data/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb +0 -6
- data/fixtures/page-classes-app/config.rb +0 -4
- data/fixtures/page-classes-app/source/page-classes.html.erb +0 -1
- data/fixtures/page-classes-app/source/sub1/page-classes.html.erb +0 -1
- data/fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb +0 -1
- data/fixtures/partials-app/config.rb +0 -0
- data/fixtures/partials-app/source/_locals.erb +0 -1
- data/fixtures/partials-app/source/_main.erb +0 -1
- data/fixtures/partials-app/source/_main.str +0 -1
- data/fixtures/partials-app/source/index.html.erb +0 -3
- data/fixtures/partials-app/source/locals.html.erb +0 -1
- data/fixtures/partials-app/source/second.html.str +0 -3
- data/fixtures/partials-app/source/shared/_footer.erb +0 -1
- data/fixtures/partials-app/source/shared/_header.erb +0 -1
- data/fixtures/partials-app/source/shared/snippet.erb +0 -1
- data/fixtures/partials-app/source/sub/_local.erb +0 -1
- data/fixtures/partials-app/source/sub/index.html.erb +0 -3
- data/fixtures/partials-app/source/using_snippet.html.erb +0 -1
- data/fixtures/partials-dir-app/source/index.html.erb +0 -2
- data/fixtures/partials-dir-app/source/nested/partials/_partial.html.erb +0 -1
- data/fixtures/partials-dir-app/source/partials/_partial.html.erb +0 -1
- data/fixtures/passthrough-app/source/.htaccess +0 -1
- data/fixtures/passthrough-app/source/inline-coffeescript.html.haml +0 -3
- data/fixtures/passthrough-app/source/inline-css.html.haml +0 -4
- data/fixtures/passthrough-app/source/inline-js.html.haml +0 -28
- data/fixtures/passthrough-app/source/javascripts/coffee_test.js.coffee +0 -3
- data/fixtures/passthrough-app/source/javascripts/js_test.js +0 -8
- data/fixtures/passthrough-app/source/stylesheets/site.css.sass +0 -1
- data/fixtures/preview-app/config.rb +0 -0
- data/fixtures/preview-app/source/content.html.erb +0 -1
- data/fixtures/preview-app/source/layout.erb +0 -1
- data/fixtures/preview-app/source/stylesheets/_partial.sass +0 -2
- data/fixtures/preview-app/source/stylesheets/_partial2.css.sass +0 -2
- data/fixtures/preview-app/source/stylesheets/main.css.sass +0 -4
- data/fixtures/preview-app/source/stylesheets/main2.css.sass +0 -4
- data/fixtures/preview-app/source/stylesheets/plain.css.sass +0 -2
- data/fixtures/relative-app/config.rb +0 -0
- data/fixtures/relative-app/source/images/blank.gif +0 -0
- data/fixtures/relative-app/source/stylesheets/relative_assets.css.sass +0 -3
- data/fixtures/relative-assets-app/config.rb +0 -1
- data/fixtures/relative-assets-app/source/images/blank.gif +0 -0
- data/fixtures/relative-assets-app/source/img/blank.gif +0 -0
- data/fixtures/relative-assets-app/source/relative_image.html.erb +0 -8
- data/fixtures/relative-assets-app/source/stylesheets/relative_assets.css.sass +0 -3
- data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset-sass.sass +0 -1
- data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset.scss +0 -1
- data/fixtures/sass-assets-path-app/config.rb +0 -4
- data/fixtures/sass-assets-path-app/my-vendor/stylesheets/_partial.sass +0 -2
- data/fixtures/sass-assets-path-app/source/stylesheets/plain.css.sass +0 -16
- data/fixtures/sass-cache-path-custom-app/config.rb +0 -3
- data/fixtures/sass-cache-path-custom-app/source/stylesheets/plain.css.sass +0 -4
- data/fixtures/sass-cache-path-default-app/config.rb +0 -3
- data/fixtures/sass-cache-path-default-app/source/stylesheets/plain.css.sass +0 -4
- data/fixtures/scss-app/config.rb +0 -0
- data/fixtures/scss-app/source/stylesheets/layout.css.sass +0 -2
- data/fixtures/scss-app/source/stylesheets/site_scss.css.scss +0 -1
- data/fixtures/stylus-preview-app/config.rb +0 -0
- data/fixtures/stylus-preview-app/source/content.html.erb +0 -1
- data/fixtures/stylus-preview-app/source/layout.erb +0 -1
- data/fixtures/stylus-preview-app/source/stylesheets/_partial.styl +0 -2
- data/fixtures/stylus-preview-app/source/stylesheets/_partial2.css.styl +0 -2
- data/fixtures/stylus-preview-app/source/stylesheets/main.css.styl +0 -4
- data/fixtures/stylus-preview-app/source/stylesheets/main2.css.styl +0 -4
- data/fixtures/stylus-preview-app/source/stylesheets/plain.css.styl +0 -2
- data/fixtures/traversal-app/config.rb +0 -7
- data/fixtures/traversal-app/source/directory-indexed/sibling.html.erb +0 -3
- data/fixtures/traversal-app/source/directory-indexed/sibling2.html.erb +0 -3
- data/fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb +0 -0
- data/fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb +0 -0
- data/fixtures/traversal-app/source/directory-indexed.html.erb +0 -0
- data/fixtures/traversal-app/source/index.html.erb +0 -0
- data/fixtures/traversal-app/source/layout.erb +0 -21
- data/fixtures/traversal-app/source/proxied.html.erb +0 -0
- data/fixtures/traversal-app/source/root.html.erb +0 -0
- data/fixtures/traversal-app/source/sub/index.html.erb +0 -0
- data/fixtures/traversal-app/source/sub/sibling.html.erb +0 -0
- data/fixtures/traversal-app/source/sub/sibling2.html.erb +0 -0
- data/fixtures/traversal-app/source/sub/sub2/index.html.erb +0 -0
- data/fixtures/traversal-app/source/sub/sub3/deep.html.erb +0 -0
- data/fixtures/twitter-bootstrap-app/config.rb +0 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.gitignore +0 -36
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.travis.yml +0 -3
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/LICENSE +0 -176
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/README.md +0 -137
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings-white.png +0 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings.png +0 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/.jshintrc +0 -10
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/README.md +0 -112
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-alert.js +0 -90
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-button.js +0 -96
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-carousel.js +0 -169
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-collapse.js +0 -157
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-dropdown.js +0 -100
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-modal.js +0 -218
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-popover.js +0 -98
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-scrollspy.js +0 -151
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tab.js +0 -135
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tooltip.js +0 -275
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-transition.js +0 -61
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-typeahead.js +0 -285
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/index.html +0 -54
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/phantom.js +0 -63
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/server.js +0 -14
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-alert.js +0 -56
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-button.js +0 -77
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-carousel.js +0 -28
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-collapse.js +0 -54
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-dropdown.js +0 -87
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-modal.js +0 -114
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-phantom.js +0 -21
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-popover.js +0 -93
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-scrollspy.js +0 -31
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tab.js +0 -61
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tooltip.js +0 -155
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-transition.js +0 -13
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-typeahead.js +0 -148
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/jquery.js +0 -9252
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.css +0 -232
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.js +0 -1510
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_accordion.less +0 -33
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_alerts.less +0 -58
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_breadcrumbs.less +0 -24
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_button-groups.less +0 -191
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_buttons.less +0 -191
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_carousel.less +0 -121
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_close.less +0 -29
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_code.less +0 -57
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less +0 -20
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_dropdowns.less +0 -143
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_forms.less +0 -583
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_grid.less +0 -5
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_hero-unit.less +0 -22
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_labels-badges.less +0 -55
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_layouts.less +0 -17
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_mixins.less +0 -646
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_modals.less +0 -90
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navbar.less +0 -358
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navs.less +0 -363
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pager.less +0 -36
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pagination.less +0 -56
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_popovers.less +0 -49
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_progress-bars.less +0 -117
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_reset.less +0 -131
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-1200px-min.less +0 -26
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-767px-max.less +0 -149
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-768px-979px.less +0 -17
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-navbar.less +0 -153
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-utilities.less +0 -41
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_scaffolding.less +0 -29
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_sprites.less +0 -191
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tables.less +0 -176
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_thumbnails.less +0 -47
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tooltip.less +0 -35
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_type.less +0 -232
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_utilities.less +0 -23
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_variables.less +0 -206
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_wells.less +0 -27
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/bootstrap.less +0 -62
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/responsive.less +0 -48
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.css +0 -52
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.html +0 -917
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/forms.html +0 -179
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/navbar.html +0 -108
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/package.json +0 -25
- data/fixtures/wildcard-directory-index-app/config.rb +0 -2
- data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +0 -1
- data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +0 -1
- data/fixtures/wildcard-directory-index-app/source/index.html.erb +0 -1
- data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +0 -2
- data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +0 -2
- data/lib/middleman-more/core_extensions/compass.rb +0 -75
- data/lib/middleman-more/core_extensions/default_helpers.rb +0 -235
- data/lib/middleman-more/core_extensions/i18n.rb +0 -182
- data/lib/middleman-more/extensions/asset_hash.rb +0 -114
- data/lib/middleman-more/extensions/asset_host.rb +0 -50
- data/lib/middleman-more/extensions/automatic_image_sizes/fastimage.rb +0 -287
- data/lib/middleman-more/extensions/automatic_image_sizes.rb +0 -42
- data/lib/middleman-more/extensions/cache_buster.rb +0 -56
- data/lib/middleman-more/extensions/directory_indexes.rb +0 -24
- data/lib/middleman-more/extensions/gzip.rb +0 -70
- data/lib/middleman-more/extensions/lorem.rb +0 -176
- data/lib/middleman-more/extensions/minify_css.rb +0 -77
- data/lib/middleman-more/extensions/minify_javascript.rb +0 -83
- data/lib/middleman-more/extensions/relative_assets.rb +0 -29
- data/lib/middleman-more/templates/smacss/source/_footer.haml +0 -1
- data/lib/middleman-more/templates/smacss/source/index.html.haml +0 -1
- data/lib/middleman-more/templates/smacss/source/layouts/layout.haml +0 -13
- data/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown +0 -11
- data/lib/middleman-more/templates/smacss/source/stylesheets/base/base.scss +0 -1
- data/lib/middleman-more/templates/smacss/source/stylesheets/base/normalize.scss +0 -375
- data/lib/middleman-more/templates/smacss/source/stylesheets/layout/README.markdown +0 -9
- data/lib/middleman-more/templates/smacss/source/stylesheets/modules/README.markdown +0 -9
- data/lib/middleman-more/templates/smacss/source/stylesheets/states/README.markdown +0 -12
- data/lib/middleman-more/templates/smacss/source/stylesheets/style.css.scss +0 -12
- data/lib/middleman-more/templates/smacss.rb +0 -30
- data/lib/middleman_extension.rb +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3294fdb43499a97ffc98ede0608f26fa9d605505
|
4
|
+
data.tar.gz: b49a89480ea245e13ae937a8b687b8c62370253a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f07082a7bf1df2e168b7b779f85855c28696edf957b8e9fe8bd2ff37b21941a53966c66f6661e76d9920c5fd13da06b60a750b0cb92b6910322a8de09445cf3b
|
7
|
+
data.tar.gz: 8ff4b96ae7089a9d402944067d378e5ff07368418de99c13e9ef5205fd7185a27ae2657440455c100ab44a934423536f8483dfde6d398c538b79f305e201b7d7
|
data/Rakefile
CHANGED
File without changes
|
File without changes
|
data/lib/middleman-more.rb
CHANGED
@@ -1,99 +1 @@
|
|
1
|
-
require "middleman-core"
|
2
|
-
|
3
|
-
# Setup our load paths
|
4
|
-
libdir = File.expand_path(File.dirname(__FILE__))
|
5
|
-
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
6
|
-
|
7
|
-
module Middleman
|
8
|
-
module More
|
9
|
-
|
10
|
-
# Setup extension
|
11
|
-
class << self
|
12
|
-
|
13
|
-
# Once registered
|
14
|
-
def registered(app, options={})
|
15
|
-
###
|
16
|
-
# Setup Core Extensions
|
17
|
-
###
|
18
|
-
|
19
|
-
require "middleman-core/templates"
|
20
|
-
require "middleman-more/templates/smacss"
|
21
|
-
|
22
|
-
# Setup default helpers
|
23
|
-
require "middleman-more/core_extensions/default_helpers"
|
24
|
-
Middleman::CoreExtensions::DefaultHelpers.new(app)
|
25
|
-
|
26
|
-
require "i18n"
|
27
|
-
app.after_configuration do
|
28
|
-
# This is for making the tests work - since the tests
|
29
|
-
# don't completely reload middleman, I18n.load_path can get
|
30
|
-
# polluted with paths from other test app directories that don't
|
31
|
-
# exist anymore.
|
32
|
-
::I18n.load_path.delete_if {|path| path =~ %r{tmp/aruba}}
|
33
|
-
::I18n.reload!
|
34
|
-
end if ENV["TEST"]
|
35
|
-
|
36
|
-
require "middleman-more/core_extensions/i18n"
|
37
|
-
Middleman::CoreExtensions::Internationalization.register(:i18n)
|
38
|
-
|
39
|
-
# Compass framework
|
40
|
-
require "middleman-more/core_extensions/compass"
|
41
|
-
Middleman::CoreExtensions::Compass.new(app)
|
42
|
-
|
43
|
-
###
|
44
|
-
# Setup Optional Extensions
|
45
|
-
###
|
46
|
-
|
47
|
-
# CacheBuster adds a query string to assets in dynamic templates to
|
48
|
-
# avoid browser caches failing to update to your new content.
|
49
|
-
require "middleman-more/extensions/cache_buster"
|
50
|
-
Middleman::Extensions::CacheBuster.register
|
51
|
-
|
52
|
-
# MinifyCss compresses CSS
|
53
|
-
require "middleman-more/extensions/minify_css"
|
54
|
-
Middleman::Extensions::MinifyCss.register
|
55
|
-
|
56
|
-
# MinifyJavascript compresses JS
|
57
|
-
require "middleman-more/extensions/minify_javascript"
|
58
|
-
Middleman::Extensions::MinifyJavascript.register
|
59
|
-
|
60
|
-
# RelativeAssets allow any asset path in dynamic templates to be either
|
61
|
-
# relative to the root of the project or use an absolute URL.
|
62
|
-
require "middleman-more/extensions/relative_assets"
|
63
|
-
Middleman::Extensions::RelativeAssets.register
|
64
|
-
|
65
|
-
# GZIP assets and pages during build
|
66
|
-
require "middleman-more/extensions/gzip"
|
67
|
-
Middleman::Extensions::Gzip.register
|
68
|
-
|
69
|
-
# AssetHash appends a hash of the file contents to the assets filename
|
70
|
-
# to avoid browser caches failing to update to your new content.
|
71
|
-
require "middleman-more/extensions/asset_hash"
|
72
|
-
Middleman::Extensions::AssetHash.register
|
73
|
-
|
74
|
-
# AssetHost allows you to setup multiple domains to host your static
|
75
|
-
# assets. Calls to asset paths in dynamic templates will then rotate
|
76
|
-
# through each of the asset servers to better spread the load.
|
77
|
-
require "middleman-more/extensions/asset_host"
|
78
|
-
Middleman::Extensions::AssetHost.register
|
79
|
-
|
80
|
-
# Provide Apache-style index.html files for directories
|
81
|
-
require "middleman-more/extensions/directory_indexes"
|
82
|
-
Middleman::Extensions::DirectoryIndexes.register
|
83
|
-
|
84
|
-
# Lorem provides a handful of helpful prototyping methods to generate
|
85
|
-
# words, paragraphs, fake images, names and email addresses.
|
86
|
-
require "middleman-more/extensions/lorem"
|
87
|
-
Middleman::Extensions::Lorem.new(app)
|
88
|
-
|
89
|
-
# AutomaticImageSizes inspects the images used in your dynamic templates
|
90
|
-
# and automatically adds width and height attributes to their HTML
|
91
|
-
# elements.
|
92
|
-
require "middleman-more/extensions/automatic_image_sizes"
|
93
|
-
Middleman::Extensions::AutomaticImageSizes.register
|
94
|
-
end
|
95
|
-
end
|
96
|
-
end
|
97
|
-
end
|
98
|
-
|
99
|
-
Middleman::Application.register Middleman::More
|
1
|
+
require "middleman-core"
|
data/middleman-more.gemspec
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
+
$:.push File.expand_path("../lib", __FILE__)
|
2
3
|
require File.expand_path("../../middleman-core/lib/middleman-core/version.rb", __FILE__)
|
3
4
|
|
4
5
|
Gem::Specification.new do |s|
|
@@ -15,15 +16,4 @@ Gem::Specification.new do |s|
|
|
15
16
|
s.files = `git ls-files -z`.split("\0")
|
16
17
|
s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0")
|
17
18
|
s.require_paths = ["lib"]
|
18
|
-
|
19
|
-
s.add_dependency("middleman-core", Middleman::VERSION)
|
20
|
-
s.add_dependency("uglifier", ["~> 2.0.1"])
|
21
|
-
s.add_dependency("haml", [">= 3.1.6"])
|
22
|
-
s.add_dependency("sass", [">= 3.1.20"])
|
23
|
-
s.add_dependency("compass", [">= 0.12.2"])
|
24
|
-
s.add_dependency("coffee-script", ["~> 2.2.0"])
|
25
|
-
s.add_dependency("execjs", ["~> 1.4.0"])
|
26
|
-
s.add_dependency("kramdown", ["~> 1.0.0"])
|
27
|
-
s.add_dependency("i18n", ["~> 0.6.1"])
|
28
|
-
s.add_dependency("padrino-helpers", ["0.10.7"])
|
29
|
-
end
|
19
|
+
end
|