middleman/middleman-core/lib
Thomas Reynolds 0a264fd3c2 Merge pull request #1116 from bhollis/gzip
Parallelize gzip extension using threads
2013-12-11 10:40:29 -08:00
..
middleman Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
middleman-core 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
middleman-more Parallelize gzip extension using four threads 2013-12-10 22:06:41 -08:00
vendored-middleman-deps actually add new padrino 2013-11-22 08:47:07 -08:00
middleman-core.rb unneeded require 2013-05-23 16:27:37 -07:00