This is a development package for the Tableau static site generator.
- Live Reload
- File Watching (build when files change)
- Build tool runners (
assets)
Please see the documentation for more information.
Installation
def deps do
[
{:tableau_dev_server, "~> 1.0", only: [:dev]}
]
end