Namely i want to do this kind of stuff: #{script 'tests/*.js'/}. Do i have to write custom tag or there are some workarounds?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
For Play 2.0 all scripts included in public/assets will be parsed by Google Closure. For Play 1.2.X, you should use local build scripts such as the one included in HTML5Boilerplate. A quick ant task, compresses, minifies and will join diffents scripts together. You could simply include the result file. |
|||||
|