middleman/middleman-more/features
kematzy 3ea2241155 Added :sass_assets_path for external SASS repositories
Compass is great, but sometimes we need to have common framework code in one (global) location with local overrides in the app.

This addition adds built-in support for loading SASS/SCSS files from multiple locations external to the "source" directory and even the Middleman app root.

Example usage:

    # in config.rb

    set :sass_assets_path, [ "#{root}/assets/sass/", "~/.sass-repo/"]

Using symlinks or copying files to the Middleman project can get messy quickly.  This fix reduces some of those issues.
2012-07-17 09:21:46 -07:00
..
support Move Sprockets into an extension 2012-05-26 13:43:27 -07:00
asset_hash.feature Don't asset_hash ico and manifest. Now with tests to prevent another regression. 2012-06-01 23:54:57 -07:00
asset_host.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
asset_host_compass.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
automatic_image_sizes.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
cache_buster.feature Fix undefined variable error in cache_buster, and make its tests more explicit. 2012-04-01 18:25:57 -07:00
clean_build.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
coffee-script.feature Fix Less load paths, simplify builder error output. Fixes #461 2012-06-05 10:24:00 -07:00
compass-sprites.feature change compass sprites messaging 2012-02-12 11:51:29 -08:00
content_for.feature asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
directory_index.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
extensionless_text_files.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
fonts.feature split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
former_padrino_helpers.feature Make :http_prefix work in link_to and asset helpers as long as the linked item is a sitemap resource. Fixes #484. 2012-06-23 17:19:24 -07:00
frontmatter_page_settings.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
gzip.feature Rewrite gzip_assets to work as a post-build step and to leave uncompressed versions around. 2012-03-04 16:42:14 -08:00
helpers_auto_javascript_include_tag.feature asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
helpers_auto_stylesheet_link_tag.feature asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
helpers_link_to.feature Simplify and fix relative_assets extension to work more consistently. Also, fix a bug in relative link_to inspired by fixing this bug. This fixes #507. 2012-06-30 22:02:23 -07:00
helpers_lorem.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
helpers_page_classes.feature asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
i18n_builder.feature Make i18n a normal extension with options 2012-05-24 16:51:36 -07:00
i18n_preview.feature Make i18n a normal extension with options 2012-05-24 16:51:36 -07:00
ignore.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
ignore_already_minified.feature Fixture-less ignored_already_minified 2012-04-26 16:20:03 -07:00
implied_extensions.feature version bump [ci skip] 2012-07-04 16:47:01 -07:00
instance_vars.feature asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
liquid.feature fix remaining middleman-more tests 2011-12-29 19:28:49 -08:00
markdown.feature idiot-proof maruku smarty pants test 2012-05-22 19:40:31 -07:00
markdown_redcarpet.feature Implement our own Redcarpet Template to support renderer-level options. Closes #442 2012-05-22 14:50:37 -07:00
minify_css.feature adapt minify_css test to compass line_comments change 2012-05-26 15:15:53 -07:00
minify_javascript.feature Allow compressor to be passed to minify extensions as an activate option 2012-04-26 14:15:35 -07:00
nested_layouts.feature Avoid JRuby whitespace issue 2012-06-02 15:32:04 -07:00
partials.feature asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
relative_assets.feature Simplify and fix relative_assets extension to work more consistently. Also, fix a bug in relative link_to inspired by fixing this bug. This fixes #507. 2012-06-30 22:02:23 -07:00
sass-assets-paths.feature Added :sass_assets_path for external SASS repositories 2012-07-17 09:21:46 -07:00
sass_cache_path.feature Tests for :sass_cache_path custom config 2012-07-16 14:39:26 +08:00
sass_partials.feature Move Sprockets into an extension 2012-05-26 13:43:27 -07:00
scss-support.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
sitemap_traversal.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
slim.feature Fixture-less slim 2012-04-26 16:21:53 -07:00
twitter-bootstrap-compile.feature Don't test Less on JRuby 2012-06-05 10:28:09 -07:00
wildcard_page_helper.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00