lucidsoftware / rules_play_routes

Bazel rules for compiling Play Framework routes files
Apache License 2.0
11 stars 13 forks source link

support controlling forwards route generation #28

Closed sriraamas closed 5 years ago

sriraamas commented 5 years ago

Play framework allows some projects to not depend on the whole service, but just depend on the reverse router, so that the respective projects can generate reverse routes links.

To accomplish that, we must generate forwards-routes and reverse-routes separately.

SrodriguezO commented 5 years ago

Can you run ./scripts/gen-docs.sh before pushing? That'll fix the CI error