middleman/middleman-core
Ben Hollis 441ec95065 Gracefully handle syntax (and other) errors when reloading config.rb.
With this change, config.rb modifications that result in an error will print the error to the logs but will not kill the server - the previous version of the application will still be running just fine, so that you can try and fix your config.rb without having to restart. The server no longer simply hangs with no message, which was the previous behavior. This fixes #702.
2013-10-19 19:39:10 -07:00
..
bin Stop messing with load path in middleman executable 2012-09-15 18:45:14 -07:00
features Fix tests under 1.8 by coercing Kramdown's OrderedHash into a real Hash. 2013-10-19 19:02:34 -07:00
fixtures Gracefully handle syntax (and other) errors when reloading config.rb. 2013-10-19 19:39:10 -07:00
lib Gracefully handle syntax (and other) errors when reloading config.rb. 2013-10-19 19:39:10 -07:00
spec Add callback so v4 extensions can see when other extensions are activated 2013-06-04 15:51:03 -07:00
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
.simplecov ignore vendor in simplecov 2013-06-04 14:28:46 -07:00
middleman-core.gemspec prep 2013-10-15 14:40:01 -07:00
Rakefile The return of the windows gem, for wdm and speedier file watching support 2012-09-01 08:44:02 -07:00