Namely i want to do this kind of stuff: #{script 'tests/*.js'/}. Do i have to write custom tag or there are some workarounds?
Namely i want to do this kind of stuff: #{script ‘tests/*.js’/} . Do i
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.