verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate /css and /js

dominikbraun opened this issue · comments

The css and js directories for themes may be deprecated as soon as the new assets directory is considered useful and stable. It is available as of verless v0.4.7.

Deprecating means:

  • Recommend to use assets in the documentation.
  • Print a warning when css or js are being used.
  • Add the deprecation notice to the next minor or patch release.

This will be done along with #203.

Other deprecation steps:

  • Change the layout in the example project (#246).
  • Generate the assets directory instead of css and js when running verless create theme.