middleman/middleman-core/lib/middleman-core
Thomas Reynolds 276e6562dd Merge pull request #316 from bhollis/templates
Include middleman-core's template path in the list of source_paths
2012-03-19 08:37:16 -07:00
..
cli Tell Thor to return the right exit code on failure 2012-03-18 17:30:35 -06:00
core_extensions Make with_layout work with globs/regexes 2012-03-15 00:31:50 -07:00
extensions Make directory_indexes use provides_metadata_for_path instead of its own list of ignored paths, allowing it to support regexes/globs 2012-03-15 00:29:50 -07:00
renderers middleman-more is fully rdoc'd 2011-12-31 14:28:17 -08:00
sitemap Don't let people (or messed up code) accidentally create sitemap pages through the page method 2012-03-15 00:28:51 -07:00
step_definitions Extension to add hash values to asset filenames. This extension causes asset file types (images, scripts, stylesheets, etc) to have a unique identifier appended to their filename that consists of a hash of their contents. This extension also includes a Rack middleware that rewrites references to these assets in HTML, JavaScript, and CSS files, eliminating the need to use special helper functions to include modified filenames in references. 2012-03-04 15:24:38 -08:00
templates load template.rb files from local templates 2012-03-03 16:52:49 -08:00
vendor Fix Padrino helpers that require an i18n locale to be present 2012-03-04 17:20:57 -08:00
base.rb merge i18n extension 2012-03-10 18:57:00 -08:00
cache.rb split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
cli.rb fix errant MM bootup during CLI. Make an autodiscoverable tasks/ directory 2012-01-16 14:55:08 -08:00
step_definitions.rb split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
templates.rb Include middleman-core's template path in the list of source_paths so that inherited templates in other gems can still use the Gemfile and config.ru from the main middleman gem. 2012-03-18 18:58:15 -06:00
version.rb Update version so path-based Gemfile dependencies work 2012-02-08 22:11:20 -08:00
watcher.rb Fix watcher to be more selective about what it ignores 2012-03-18 18:55:02 -06:00