middleman/middleman-core/lib/middleman-core
2012-04-25 22:51:21 -07:00
..
cli 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
core_extensions Fix I18n tests by clearing out locale paths from other test runs 2012-04-25 22:37:41 -07:00
extensions Adding a fun lorem.tweet method. Thanks to http://www.kevadamson.com/talking-of-design/article/140-alternative-characters-to-lorem-ipsum 2012-04-25 13:31:20 -03:00
renderers Begin splitting our requires into correct places instead of autoload 2012-04-14 13:59:45 -07:00
sitemap Merge pull request #381 from bhollis/speedup 2012-04-24 09:57:19 -07:00
step_definitions Move 3rd party CLI out of fixtures 2012-04-16 15:38:26 -07:00
templates Bumping HTML5 Boilerplate to 3.0 2012-04-16 15:52:55 -06:00
vendor Fix I18n tests by clearing out locale paths from other test runs 2012-04-25 22:37:41 -07:00
application.rb Merge pull request #372 from bhollis/timing 2012-04-23 10:27:04 -07:00
cli.rb Begin splitting our requires into correct places instead of autoload 2012-04-14 13:59:45 -07:00
extensions.rb Begin splitting our requires into correct places instead of autoload 2012-04-14 13:59:45 -07:00
sitemap.rb Sitemap refactor 2012-04-14 13:17:42 -07: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
util.rb Move Cache into Util 2012-04-14 14:06:49 -07:00
version.rb Update version so path-based Gemfile dependencies work 2012-02-08 22:11:20 -08:00
watcher.rb Use listen gem's built in relative_path support 2012-04-25 22:51:21 -07:00