gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Refactor build command #87

Closed dvidsilva closed 7 years ago

dvidsilva commented 7 years ago

Using something like caolan/async we should reformat the build process so that it uses/returns promises. Or if someone knows reactive then better.

The current version makes it really hard to test or integrate in other commands.