Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d18a032

Browse files
Update rakelib/test.rake
Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com>
1 parent 6bf1895 commit d18a032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/test.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ namespace :test do
103103
puts "No links for #{include}".yellow
104104
end
105105
puts "Found #{includes.size} unlinked includes".red
106-
puts 'Note, some includes such as layout/** can be used implicitly by a theme.'.bold
106+
puts 'Be careful removing include files. Some include files, such as those in the layout/** directory, may not be linked in the project, but may be used implicitly by the doc theme.'.bold
107107
end
108108
end

0 commit comments

Comments
 (0)