1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

Ladybird: Move and format directory and error template files

This commit is contained in:
Bastiaan van der Plaat 2024-01-12 19:38:55 +01:00 committed by Tim Flynn
parent 2960bf4ec8
commit e3ad75d073
6 changed files with 93 additions and 84 deletions

View file

@ -294,11 +294,11 @@ if (current_os == "mac") {
bundle_data("ladybird_web_resources") {
sources = [
"//Base/res/ladybird/directory.html",
"//Base/res/ladybird/error.html",
"//Base/res/ladybird/inspector.css",
"//Base/res/ladybird/inspector.js",
"//Base/res/ladybird/new-tab.html",
"//Base/res/ladybird/templates/directory.html",
"//Base/res/ladybird/templates/error.html",
]
outputs = [ "{{bundle_resources_dir}}/res/ladybird/{{source_file_part}}" ]
}