middleman/middleman-core/lib/middleman-core
Thomas Reynolds 38d1059be2 Merge pull request #300 from bhollis/url
A url helper that strips directory indexes
2012-03-05 08:36:14 -08:00
..
cli Remove --relative CLI option in favor of just turning on relative_assets in config.rb 2012-03-04 17:30:09 -08:00
core_extensions allow extensionless files to be previewed and built. fixes #270, but requires alternative layouts be placed in a layouts/ directory now. 2012-02-12 11:45:42 -08:00
extensions Use a page_by_destination lookup to make rerouting work both ways, in build and during preview server. 2012-02-04 23:07:02 -08:00
renderers middleman-more is fully rdoc'd 2011-12-31 14:28:17 -08:00
sitemap A url helper that strips directory indexes 2012-03-04 23:26:30 -08: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 switch to guard/listen 2012-02-25 15:53:23 -08:00
base.rb test backwards compatible request.params template values. closes #294 2012-03-01 13:43:47 -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 make sure html5 template has correct paths setup. Fixes #291 2012-03-03 16:40:03 -08:00
version.rb Update version so path-based Gemfile dependencies work 2012-02-08 22:11:20 -08:00
watcher.rb temporarily disable config.rb reloading 2012-03-03 15:58:17 -08:00