1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-04 03:17:55 +00:00

Update to latest illuaminate

This allows us to remove our image copying code
This commit is contained in:
Jonathan Coates
2024-03-11 21:36:46 +00:00
parent 3493159a05
commit 6478fca7a2
3 changed files with 2 additions and 7 deletions

View File

@@ -138,11 +138,6 @@ val docWebsite by tasks.registering(Copy::class) {
from(htmlTransform)
// Pick up assets from the /docs folder
from(rootProject.file("doc")) {
include("logo.png")
include("images/**")
}
// index.js is provided by illuaminate, but rollup outputs some other chunks
from(rollup) { exclude("index.js") }
// Grab illuaminate's assets. HTML files are provided by jsxDocs