Skip to content

Commit

Permalink
Duplicate app manifest on build
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Apr 6, 2024
1 parent 9db165f commit d3d4389
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Rules
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ route '/**/*.{html,md}' do
end
end

# duplicate some files
compile '/ads.txt' do
write item.identifier
write "/app-ads.txt"
end

# copy the rest over
passthrough '/**/*'

layout '/**/*.slim', :slim, {
Expand Down
1 change: 0 additions & 1 deletion content/app-ads.txt

This file was deleted.

0 comments on commit d3d4389

Please sign in to comment.