-
Notifications
You must be signed in to change notification settings - Fork 21
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
Production mode not working #16
Comments
@0xBAADF00D FYI, I encountered the exact same issue. For anyone else that might wander in those corners, my workaround was:
Yes, the downsides include the fact it runs uglification in dev, although uglify without rjs is quick enough, and all scripts are minified - but source maps are included so debugging shouldn't be too much of a hassle. On the other hand, it actually generates |
Hi, thanks for this workaround. It working. |
@0xBAADF00D Honestly, I wouldn't close the issue, since it's a workaround, not a solution. Underlying problem is still there - |
oh, ok I re-open issue |
Can confirm that production mode is not working for latest sbt-uglify 1.0.4 running on Play 2.6. |
Hi
I use sbt uglify 1.0.3 on Java Play 2.4.3.
Everything is working on activator run but the pipeline crash with activator stage or activator dist.
It appear that plugin create a folder application.js.min rather than a file .
I've created a topic about this issue : https://groups.google.com/forum/#!topic/play-framework/11Wi5QEV5FU
build.sbt
Output
The text was updated successfully, but these errors were encountered: