akileez / rendr

A personal static site generator
ISC License
2 stars 0 forks source link

implement option to use serial or concurrent iterator for file rendering #9

Closed akileez closed 8 years ago

akileez commented 8 years ago

flags for processing: -s serial (iterate.each) and -p parallel (concurrent.each). pass on the command line to set defaults. if/else statement in app/rendr to choose which one to use.

akileez commented 8 years ago

done: [e1a082629172011b7d57c7318801e774b0785cac] and [101b02fc0da9d684d731803e3c46c6ea82ca9488]