Skip to content

Commit 95ccce1

Browse files
committed
chore: Remove index.html, navigation.html on generate
1 parent ec7870a commit 95ccce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ def generate_src(target_version:)
9999
end
100100
end
101101

102-
EXISTING_DIRS = %w[classes files].freeze
102+
EXISTING_DIR_AND_FILES = %w[classes files index.html navigation.html].freeze
103103
def remove_existing_files(target_dir)
104-
EXISTING_DIRS.each do |dir|
104+
EXISTING_DIR_AND_FILES.each do |dir|
105105
rm_rf "#{target_dir}/#{dir}"
106106
end
107107
end

0 commit comments

Comments
 (0)