megazear7 / orison

A server and static site generator built on top of lit-html
http://orison.alexlockhart.me
18 stars 2 forks source link

Configurations need passed through to OrisonRenderer and other objects #9

Closed megazear7 closed 5 years ago

megazear7 commented 5 years ago

Some configurations such as the src directory name are not passed down to every class that needs them. This would mean that these objects would use the default value even if the client code overrode the value when using the OrisonServer constructor, for example.

megazear7 commented 5 years ago

I passed configurations through the various classes in commit 86c0ebb942 and I update the CLI interface to accept these configurations in commit 961ae2610.