middleman/middleman-core/lib/middleman-core
2012-04-08 23:45:06 -07:00
..
cli Merge pull request #346 from bhollis/master 2012-04-08 08:39:40 -07:00
core_extensions Add a filename and line number argument to instance_exec so config.rb gets to participate in stack traces. 2012-04-08 23:45:06 -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 Implied extensions. Closes #304 2012-03-29 18:22:43 +01:00
sitemap Fix the asset_hash extension to operate on the hash of the rendered output rather than just the source file. This prevents generating the same hash for a file when partials it uses change, or if a helper it uses produces different output. As part of this change I removed the caching from Sitemap::Page#destination_path and asset_hash since they were preventing recalculation of path/hash when partials changed, and I rewrote the Sprockets extension to expose the Sprockets environment to other extension, which included consolidating the JS and CSS Sprockets environments into one. 2012-04-04 00:00:33 -07:00
step_definitions Implied extensions. Closes #304 2012-03-29 18:22:43 +01: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 Add bundler as a dependency and default to generating a Gemfile. 2012-03-19 16:50:51 -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