edeustace / assets-loader

a play plugin to help with asset loading.
MIT License
31 stars 8 forks source link

Use commons io #38

Closed edeustace closed 10 years ago

edeustace commented 10 years ago

scala.io.Source.fromFile doesn't automatically close file/stream resources. Instead use commons.io.