Skip to content

v0.5.0: Sub-directories for Pug, saving for CSS!

Compare
Choose a tag to compare
@tycrek tycrek released this 20 Sep 01:51
· 125 commits to master since this release

Pagery now supports sub-directories for your Pug files. CSS will also be saved to file by default now! This can be disabled by setting outputCss to false.

  • test: updated tests for saving multiple CSS to file 2f2f38e
  • feat: add new Boolean option outputCss for saving CSS to file e0b482a
  • misc: added sample subdirectory Pug files 1f42735
  • feat: add support for multiple levels of sub-directories 78131c4
  • docs: adding missing option for --config 818e439
  • build: update typescript and @tsconfig/node16 40c1d00

v0.4.0...v0.5.0