18F / pages-server

DEPRECATED: Static website publishing server for 18F Pages
https://www.npmjs.com/package/18f-pages-server
Other
11 stars 3 forks source link

Make SiteBuilder a proper custom type #31

Closed mbland closed 8 years ago

mbland commented 8 years ago

Per http://thenodeway.io/posts/designing-custom-types/.

cc: @msecret @rogeruiz

msecret commented 8 years ago

So the change here is ensuring the SiteBuilder "type" is CapitalCased? LGTM

mbland commented 8 years ago

More than that. Now the site-builder module is only the SiteBuilder type, aka a custom type. Makes it nicer to reason about.