lib/bake/modernize.rb in bake-modernize-0.1.1 vs lib/bake/modernize.rb in bake-modernize-0.1.2

- old
+ new

@@ -31,10 +31,10 @@ def self.template_path_for(path) TEMPLATE_ROOT + path end def self.copy_template(source_path, destination_path) - glob = Build::Files::Glob.new(source_path, '**/{.[^\.]*,*}') + glob = Build::Files::Glob.new(source_path, '**/*') glob.each do |path| full_path = File.join(destination_path, path.relative_path) if File.directory?(path)