1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

remove ignored ext

This commit is contained in:
Thomas Reynolds 2011-08-29 15:01:44 -07:00
parent aa2095094f
commit aace290cea

View file

@ -150,9 +150,6 @@ module Middleman
# guard-livereload
autoload :LiveReload, "middleman/features/live_reload"
# Automatically resize images for mobile devises
# autoload :TinySrc, "middleman/features/tiny_src"
# Automatically convert filename.html files into filename/index.html
autoload :DirectoryIndexes, "middleman/features/directory_indexes"
end