middleman/middleman-core/lib/middleman-core
bootstraponline 3f0373adf2 Fix after_render
Example usage from config.rb:

after_render do |content, path, locs, template_class|
  # restore character entities such as `
  content ||= ''
  content.gsub! '&', '&'
  content
end
2014-05-11 14:06:04 -04:00
..
cli rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
core_extensions Fix after_render 2014-05-11 14:06:04 -04:00
meta_pages rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
renderers Fix combo of compass-import-once and sass-globs. Closes middleman/middleman-sprockets#56 2014-05-01 10:01:45 -07:00
sitemap rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
step_definitions Implemented Rubocop 2013-12-28 00:47:39 +00:00
templates rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
application.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
cli.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
configuration.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
core_extensions.rb Be quiet about missing extras when middleman-core is used alone 2014-02-25 22:28:06 -08:00
extension.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
extensions.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
load_paths.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
logger.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
meta_pages.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
preview_server.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
profiling.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
sitemap.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
step_definitions.rb arbua jruby support 2014-04-04 10:56:47 -07:00
templates.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
util.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
version.rb bump 2014-04-07 09:56:15 -07:00