Reputation: 548
I'm currently migrating my app from Grails do Play Framework. I've previously worked with Ruby on Rails and Grails, didn't like both the frameworks but i loved one thing, their Sprockets Asset Pipeline.
Is there any way to get this Pipeline to work on Play Framework?
Thanks
Upvotes: 0
Views: 283
Reputation: 12212
https://github.com/sbt/sbt-web is what you want.
See also the play docs:
https://www.playframework.com/documentation/2.5.x/Assets
Upvotes: 1