Mulliman / xStatic-for-Umbraco

This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.
42 stars 12 forks source link

Upgrading xStatic deletes user config #4

Closed hifi-phil closed 3 years ago

hifi-phil commented 3 years ago

Hi Sam

Just upgraded to 1.1 and the process wiped out my local config. Might be better to move the config file to the config directory in Umbraco?

Phil

Mulliman commented 3 years ago

Ok, Phil. Good idea.

I was thinking of changing it a bit when I refactored for Umbraco .net core, but it sounds like this may be worth doing earlier rather than later.

Cheers

hifi-phil commented 3 years ago

Thanks Sam, think about creating a new IStaticSiteStorer as well to push the build to an Azure container. It will work well in CI/CD swapped environments and is also previewable.

Should be easy to add to the config in a similar way to your transformers and generators?