middleman/middleman-core/lib/middleman-core
2012-04-23 01:17:13 -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 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
extensions Sitemap refactor 2012-04-14 13:17:42 -07:00
renderers Begin splitting our requires into correct places instead of autoload 2012-04-14 13:59:45 -07:00
sitemap Move file extension methods up a level 2012-04-19 15:47:47 -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 update padrino i18n hack 2012-04-14 15:45:55 -05:00
application.rb Move Cache into Util 2012-04-14 14:06:49 -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 Make file watcher paths relative 2012-04-17 12:23:33 -07:00