lib/tape/installer.rb in taperole-1.3.6 vs lib/tape/installer.rb in taperole-1.4.0

- old
+ new

@@ -46,17 +46,9 @@ def create_inventory_file copy_example 'templates/base/hosts.example', "#{tapefiles_dir}/hosts" end - def fe_app? - !Dir["#{local_dir}/gulpfile.*"].empty? - end - - def rails_app? - !Dir["#{local_dir}/config.ru"].empty? - end - def copy_static_app_examples copy_example( 'templates/static_html/omnibox.example.yml', "#{tapefiles_dir}/omnibox.yml" )