ionide / Fornax

Scriptable static site generator using type safe F# DSL to define page templates.
MIT License
244 stars 44 forks source link

Non zero exit code on error #27

Closed WalternativE closed 4 years ago

WalternativE commented 4 years ago

I started to implement this to address https://github.com/LambdaFactory/Fornax/issues/20. I'm trying to insert an additional piece of information in the process of creating files in the _public folder. For lack of a better term I typed them as GeneratorResults. I'm still not entirely happy so I leave this as a draft and will play around with the concept for the next couple of evenings (whenever I have time). I'd be always happy to receive feedback as this might open up the field for a couple of changes.

WalternativE commented 4 years ago

@jeremyabbott I think I should have condensed your work, my original draft and the content of our discussion in https://github.com/LambdaFactory/Fornax/pull/28 down to the needed changes with the last commit. What do you think, can we open this up for a review?

WalternativE commented 4 years ago

@jeremyabbott are you still working on something on your side? Otherwise I'd just open this up to be reviewed by Chris.

Krzysztof-Cieslak commented 4 years ago

Thanks a lot!