middleman/middleman-core/lib/middleman-core/core_extensions
2012-05-05 19:59:02 -07:00
..
assets.rb Get asset_hash working after the sitemap refactor. Part of this required changing the behavior of the OnDisk Sitemap extension to rebuild the sitemap every time a file is touched, instead of just when files are added (even if the file being touched is ignored by the sitemap, like a partial!). This is because asset_hash needs to recalculate hashes whenever any file changes, since partials can affect the output of other files. 2012-04-17 01:05:28 -07:00
builder.rb Get rid of build_reroute. The last thing using it was the sprockets extension, though it didn't appear to need it since removing the build_reroute call leaves tests passing, and the test site I tried still generated JS from CoffeeScript just fine. 2012-02-08 22:13:49 -08:00
data.rb Rename Middleman::Base to Middleman::Application 2012-04-14 14:04:10 -07:00
default_helpers.rb include inflections. closes #418 2012-05-05 19:59:02 -07:00
extensions.rb Yard doc cleanup 2012-05-02 11:13:48 -07:00
external_helpers.rb automatically load helper modules from helpers/. closes #238 2012-01-15 13:44:00 -08:00
file_watcher.rb Fix the file watcher to correctly use relative paths, to ignore files we don't care about, and have a find_new_files method that works like reload_path, but only touches previously-unknown files. This all ends up speeding up the build by a lot. 2012-04-23 01:17:13 -07:00
front_matter.rb Yard doc cleanup 2012-05-02 11:13:48 -07:00
i18n.rb Fix I18n tests by clearing out locale paths from other test runs 2012-04-25 22:37:41 -07:00
rendering.rb Reorder extensions so frontmatter is available before sitemap 2012-04-20 23:38:59 -07:00
request.rb Yard doc cleanup 2 2012-05-02 11:18:16 -07:00
routing.rb Sitemap refactor 2012-04-14 13:17:42 -07:00
show_exceptions.rb docs 2012-01-14 12:18:39 -08:00