Skip to content

v1.0.0

Compare
Choose a tag to compare
@igoynawamreh igoynawamreh released this 24 Mar 16:01
· 27 commits to main since this release

Added

  • Added Markdown support.
  • Added Pug support.
  • Added HTML minifier.
  • Added new minify config option.
  • Added more examples.

Changed

  • Renamed preview build to site.
  • Renamed prod-preview command to preview.
  • Renamed vitePlugins config option to plugins and plugins is an object of plugins.all, plugins.site, plugins.dist and plugins.lib. Therefore a plugin can now run in all build or in specific build only.
  • Improved dev command now support dist only and lib only build. When you run htmlcssjs dev in dist-only or lib-only build it will watches the source files and rebuilds when source files have changed.
  • You can now disable site, dist and lib build (change out.site, out.dist and out.lib to false in htmlcssjs.config.js).

Removed

  • Dropped @root: and ~baseUrl.

Fixed

  • Remove duplicate option.