-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue loading assets from an uberjar #1
Comments
Thanks for the report, @andyparsons. I deployed 0.1.0-SNAPSHOT with the |
Thanks for the quick fix. Looks good and I'll give it a try. |
This fix doesn't seem to work. Also, because a resource URL isn't a File, This worked for me, for loading from a file and also from a webjar: radhikalism@b4181dd |
Thanks for trying and fixing this, @arbscht. Would you like to submit a PR? |
Hello, it appears that optimus-sass only works in a local environment and not an uberjar build due to it's use of io/file instead of io/resource:
Please see: https://github.com/DomKM/optimus-sass/blob/master/src/optimus_sass/core.clj#L18
and the original issue logged against optimus:
magnars/optimus#35
The text was updated successfully, but these errors were encountered: