Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found exception for public assets #28

Open
deontologic opened this issue Oct 24, 2016 · 0 comments
Open

Not found exception for public assets #28

deontologic opened this issue Oct 24, 2016 · 0 comments

Comments

@deontologic
Copy link

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.

crakjie added a commit to crakjie/sbt-concat that referenced this issue Dec 19, 2018
sbt#28
Use absolute path instead of flat.
crakjie added a commit to crakjie/sbt-concat that referenced this issue Dec 19, 2018
sbt#28
replace flat path by absolute path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant