Using minified files in play application

78 views Asked by At

I am using sbt-rjs,sbt-digest and sbt-gzip plugins for minification of files in play 2.4 application.The plugin minifies the files and keeps them in target->web->rjs folder of the application. But when i run the application in production mode, it uses the same unminified files from the public folder.

Can anybody tell how to instruct play to use the minified files in production mode?

0

There are 0 answers