kitto v0.6.0-rc0 Release Notes

Release Date: 2017-04-11 // about 7 years ago
  • โž• Added

    • ๐Ÿ”Œ Sample distillery config and asset compilation plugin
    • Sample config/dev.exs and config/prod.exs

    ๐Ÿ”„ Changed

    • Kitto.root returns Application.app_dir when :root is set to :otp_app
    • ๐Ÿฑ For newly scaffolded apps, assets are built in priv/static
    • ๐Ÿฑ Static assets are served from priv/static of application
    • ๐Ÿ— Assets are forwarder to webpack live builder only when :watch_assets? is set to true
    • Elixir CodeReloader is disabled when :reload_code? is set to false