Build Static Site
HTML+ comes with a static site builder for when you are ready to take your site life to production.
With a simple API, most of the work is done under the hood to ensure your website will work as you intend it to and these are things like:
- Only include referenced files from your pages, style and script files;
- Minify and purge both CSS and Javascript;
- Organize your site structure and resolve relative paths;
- Create production quality CSS that can work in as many browsers as possible;
- Compile all Typescript and CSS preprocessors to files that work for the browser;
- Hash all connected resources to your pages to bypass browser caching;
The builder has only couple of options which share a lot with the engine options already and it is more like an alternative options for a live handling the engine does.
This builder is not yet compatible with other popular site builders but its small size and simple API may be just what you need for your project.