middleman/middleman-core
2013-12-10 22:11:59 -08:00
..
bin Stop messing with load path in middleman executable 2012-09-15 18:45:14 -07:00
features Add build-mode test cases to see if #1068 occurs 2013-11-29 14:57:35 -08:00
fixtures localization by filename extension 2013-11-18 10:20:42 -08:00
lib Commit 8e99d39570 introduced a serious regression by encoding filenames within a "delete_if" block, meaning that every path in the list of all previously built files was re-encoded every time a file was built. For large projects this causes serious slowdowns - for a 4000 file test, it went from 14s to build to around 8 minutes to build. This change fixes the builder to only encode files when the file list is initially build, removing the bottleneck. 2013-12-10 22:11:59 -08:00
spec Move to flat_map now that we don't use 1.8 2013-11-18 22:22:18 -08: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
.yardopts Fix yard options 2013-11-25 00:12:39 -08:00
middleman-core.gemspec Remove 1.8 notice message 2013-11-25 22:51:34 -08:00
Rakefile The return of the windows gem, for wdm and speedier file watching support 2012-09-01 08:44:02 -07:00