ionide / Fornax

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

Exclude _bin from files copied to _public #21

Closed pblasucci closed 4 years ago

pblasucci commented 4 years ago

Basically, treat files under _bin the same as those under _lib et cetera (i.e. tell the main loop to ignore them)... n.b. I did not a test for this because I wasn't sure of the best way to arrange the call to Generator.generateFolder. If you have suggestions, I'm happy to revise.

Krzysztof-Cieslak commented 4 years ago

Thanks