Skip to content

Changes in custom CSS are ignored on incremental documentation rebuild #2286

@atyrin

Description

@atyrin

For a configured project with a custom CSS (and probably assets), incremental documentation rebuild ignores changes in static files.

Dokka configured for multiModule project. The configuration contains:

pluginConfiguration<org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.base.DokkaBaseConfiguration> {
//            customAssets = listOf(file("<path to asset>"))
        customStyleSheets = listOf(file("custom.css"))
    }

I perform changes in custom.css file and re-run task dokkaHtmlMultiModule. But Gradle marks the task as UP-TO-DATE.
build clean / --rerun-tasks / changes in build.gradle.kts helps

Installation

  • Dokka version: 1.6.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions