lib/embork/borkfile.rb in embork-0.0.12 vs lib/embork/borkfile.rb in embork-0.0.13

- old
+ new

@@ -22,14 +22,10 @@ # request uri path to the index file. def phrender_index_file(index_file_path = nil) @phrender_index_file = index_file_path || @phrender_index_file end - def keep_old_versions(number_to_keep = nil) - @keep_old_versions = number_to_keep || @keep_old_versions - end - def es6_namespace(namespace = nil) @es6_namespace = namespace || @es6_namespace end end @@ -47,10 +43,9 @@ @sprockets_preprocessors = [] @sprockets_engines = [] @project_root = nil @html = [] @backend = :static_index - @keep_old_versions = 5 @es6_namespace = nil @frameworks = [] @logger = logger @compressor = nil @es6_transform = nil