This website requires JavaScript.
Explore
Help
Sign In
deac
/
middleman
Watch
1
Star
0
Fork
You've already forked middleman
0
Code
Issues
Pull requests
Releases
Wiki
Activity
fe2f43e8a4
middleman
/
middleman-core
/
lib
History
Ben Hollis
39a9331232
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
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
Set locale to :en around gzip extension while it works. It was originally only set for one message, not the whole extension.
2013-11-30 22:59:19 -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