How to get asset content in Play Framework
I'm working on Play Framework version 1, I need to get the asset content
(JS or CSS file) under public folder for merging. For instance, I want to
merge 2 JS files into 1 file and process something on it.
Anyone know how to do that with Play 1, or how to merge some assets for
rendering.
No comments:
Post a Comment