endoze / mina-multistage

Plugin for Mina that adds support for multiple stages.
https://endoze.github.io/mina-multistage/
MIT License
110 stars 20 forks source link

Refactor default stages #9

Closed endoze closed 9 years ago

endoze commented 9 years ago

In order to make the stages created simpler, this commit changes how we decide what the default stages are. In addition, it adds logging during the stage creation process and ensures it is idempotent so that we don't overwrite existing files. And finally, it updates the readme to include more information.