middleman/middleman-core/lib/middleman-core
Trevor Wennblom 4d80d99d36 minor typos
2012-04-12 18:58:03 -05: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 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
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 minor typos 2012-04-12 18:58:03 -05: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 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
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