Rake task for Direction Generation (local machine)
This is one step forward with some minimal refactor, just to keep the lights on.
The codebase is still very far from great
fixes #4159 (closed)
how to run it locally:
# Build everything:
PRIVATE_TOKEN=`cat ~/.gitlab-token` bundle exec rake build
# Build only the Direction pages:
PRIVATE_TOKEN=`cat ~/.gitlab-token` bundle exec rake generators:direction
# Build only Releases pages:
PRIVATE_TOKEN=`cat ~/.gitlab-token` bundle exec rake generators:releases
Edited by Gabriel Mazetto