We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Not found exception for public assets
6548f2b
sbt#28 Use absolute path instead of flat.
b5ea6ef
sbt#28 replace flat path by absolute path
No branches or pull requests
I'm trying to combine some css in the server's /public directory.
I used the following concat group:
This prints the correct files, but I receive not-found warnings.
The text was updated successfully, but these errors were encountered: