Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dohzya dohzya released this 16 Jan 03:58
· 27 commits to master since this release

Features

  • It is now possible to ignore some file/directories
    • Globbing is accepted (e.g. “.*~”)
    • The destination directory is automatically ignored if in the source directory
      • It is now possible to call baked --src . --dst build with infinite loop
  • The default source directory of the baked command is now the current directory
    • A baked website can now be generated using only baked without options

Incompatible changes

  • The default directories are changed
    • The baked command now uses the current directory as source directory
    • The Gulp file still uses to_generate and generated by default
      • The projects using baked's gulp.js file should not be impacted