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:
@@ -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
|
||||
|
Reference in New Issue
Block a user