Skip to content

Commit

Permalink
Update web resources
Browse files Browse the repository at this point in the history
This includes the updated behavior from
prusa3d/Prusa-Link-Web#433 which changes the
filename wrapping behavior to 'anywhere'.
  • Loading branch information
dunkmann00 committed Sep 18, 2023
1 parent bfb0ffc commit 249c27a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ endif()
# /web directory
add_gzip_resource("web/favicon.ico" "/web/favicon.ico")
add_gzip_resource("web/index.html" "/web/index.html")
add_gzip_resource("web/main.5f5322c31a3face56a9b.js" "/web/main.5f5322c31a3face56a9b.js")
add_gzip_resource("web/main.f8ac848b2f92b82bcee8.css" "/web/main.f8ac848b2f92b82bcee8.css")
add_gzip_resource("web/main.3714c67119f35607fd7d.js" "/web/main.3714c67119f35607fd7d.js")
add_gzip_resource("web/main.71c989a4a290e5c10892.css" "/web/main.71c989a4a290e5c10892.css")

# /png directory
add_resource("${png_data_file}" "pngs")
Expand Down
2 changes: 1 addition & 1 deletion src/resources/web/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 249c27a

Please sign in to comment.