middleman/middleman-more/fixtures
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
..
asset-hash-app Don't asset_hash ico and manifest. Now with tests to prevent another regression. 2012-06-01 23:54:57 -07:00
asset-hash-host-app Tests for using asset_host with asset_hash 2012-04-01 18:05:20 -07:00
asset-host-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
auto-css-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
auto-js-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
automatic-image-size-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
cache-buster-app Fix undefined variable error in cache_buster, and make its tests more explicit. 2012-04-01 18:25:57 -07:00
clean-dir-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
coffeescript-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
compass-sprites-app make sure compass sprites get built and copied. closes #228 2012-01-06 00:01:24 -08:00
content-for-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
different-engine-partial asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
extensionless-text-files-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
fonts-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
frontmatter-settings-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
gzip-app Rename gzip_assets to just gzip since it does HTML too 2012-03-12 21:31:05 -07:00
i18n-alt-root-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
i18n-test-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
ignore-app/source Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
implied-extensions-app Add tests for more implied extensions 2012-07-04 16:45:27 -07:00
indexable-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
instance-vars-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
liquid-app fix remaining middleman-more tests 2011-12-29 19:28:49 -08:00
lorem-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
markdown-app Implement our own Redcarpet Template to support renderer-level options. Closes #442 2012-05-22 14:50:37 -07:00
minify-css-app/source Use config.rb file contents in minify test cases instead of fixtures 2012-04-26 14:07:10 -07:00
minify-js-app Minify all JS and CSS via middleware. This means JS or CSS anywhere in the site is minified, not just in the Sprockets-controlled directories. I've also added inline CSS compression, and handling of several common "guards" that get wrapped around JS. Also, leave alone non-JS script tags (which may contain something like jQuery templates). Sprockets no longer has anything to do with minification after this. 2012-04-09 00:05:22 -07:00
nested-layout-app Haml wrap_layout passes again 2012-06-02 14:19:45 -07:00
padrino-helpers-app 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
page-classes-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
partials-app asset urls, padrino helpers and i18n belong in more 2012-05-24 16:31:21 -07:00
passthrough-app/source Use config.rb file contents in minify test cases instead of fixtures 2012-04-26 14:07:10 -07:00
preview-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
relative-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
relative-assets-app test directory_index and relative_assets combo 2012-04-16 16:52:21 -07:00
sass-assets-path-app Added :sass_assets_path for external SASS repositories 2012-07-17 09:21:46 -07:00
sass-cache-path-custom-app Tests for :sass_cache_path custom config 2012-07-16 14:39:26 +08:00
sass-cache-path-default-app Tests for :sass_cache_path custom config 2012-07-16 14:39:26 +08:00
scss-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
traversal-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
twitter-bootstrap-app Fix Less load paths, simplify builder error output. Fixes #461 2012-06-05 10:24:00 -07:00
wildcard-directory-index-app Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00