How to disable Play! javascript reverse routing generation?

I don't need routing javascript backups in my project, so I would like to get rid of the generated classes, but this is easier if it is not even generated in the first place.

So, are there any options to disable this?

+5
source share
1 answer

As far as I know, Play does not generate a javascript return route unless you explicitly created one .

Did I miss something?

0
source

Source: https://habr.com/ru/post/1245301/


All Articles