Skip to content

Not found exception for public assets #28

@deontologic

Description

@deontologic

I'm trying to combine some css in the server's /public directory.

I used the following concat group:

Concat.groups := Seq(
      "styles.css" -> group{
        val x = (resourceDirectory.in(Assets).value / "css") * "*.css"
        println(x.absString)
        x
      }
    ),

This prints the correct files, but I receive not-found warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions