CollectionBuilder / collectionbuilder-sa_draft

experimental version of collectionbuilder, probably don't use! We've started to call this version CollectionBuilder-ES (Elastic!).
MIT License
0 stars 1 forks source link

Bundle up multiple operations into a single rake task #53

Closed derekenos closed 3 years ago

derekenos commented 4 years ago

Though instructive, it's tedious to have to execute each rake task individually. Where possible, we should bundle up multiple operations into a single task.

evanwill commented 4 years ago

yeah! Maybe still surface the individual tasks, but have a do-it-all task if you know what is going on and everything is set up nice.

evanwill commented 4 years ago

@derekenos the Rakefile is all one huge file at this point-- does it make sense to break it up in to components to make it easier to keep track of?

derekenos commented 4 years ago

@evanwill, definitely. I'll plan on splitting that Rakefile up into reasonable chunks.

derekenos commented 3 years ago

Done: https://github.com/CollectionBuilder/collectionbuilder-sa_draft/pull/66