bin/plezi in plezi-0.10.3 vs bin/plezi in plezi-0.10.4

- old
+ new

@@ -88,11 +88,11 @@ app_tree["db"]["migrate"] ||= {} app_tree["db"]["fixtures"] ||= {} app_tree["db"]["config.yml"] ||= IO.read(::File.expand_path(File.join("..", "..", "resources" ,"database.yml"), __FILE__)) #set up the extras folder, to be filled with future goodies. - app_tree["extras"] ||= {} - app_tree["extras"]["config.ru"] ||= IO.read ::File.expand_path(File.join("..", "..", "resources" ,"config.ru"), __FILE__) + # app_tree["extras"] ||= {} + # app_tree["extras"]["config.ru"] ||= IO.read ::File.expand_path(File.join("..", "..", "resources" ,"config.ru"), __FILE__) #set up I18n stub app_tree["locales"] ||= {} app_tree["locales"]["en.yml"] ||= IO.read ::File.expand_path(File.join("..", "..", "resources" ,"en.yml"), __FILE__)