I'm having an issue where Play is grabbing the minified asset in Dev mode.
<script src="@routes.Assets.versioned("lib/angularjs/angular.js")"></script>
resolves to (in Dev mode)
<script src="/assets/lib/angularjs/angular.min.js"></script>
I'm definitely in Dev mode, any intuition on what may be happening?
Let me know if you need more details.
assets.checkForMinified=false--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/0316624e-877e-4443-b8ac-c92f62d6fbf9%40googlegroups.com.