Skip to content

Rake task for Direction Generation (local machine)

Gabriel Mazetto requested to merge brodock/fix-direction-generator into master

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

Merge request reports

Loading