Static site generator for Dart, webserver included.
- Testing for necessary, installed commands 6477ea7
- sitegen --serve did not check if .packages-file is available a36b0e5
- Import (scss) sample added to README 670fbeb
- -k cmdline option added, shows available keys for site.yaml 8decde6
- No need for packages-folder anymore 39adc76
- Server defaults to 0.0.0.0 instead of 127.0.0.1 7a0ca46
- You can overwrite the port in .sitegen/site.yaml with port: "7000" b15fa01
- Works now with autoprefixer-cli 713f325
- Improved description in site.yaml 960733a
- Makes it much easier to generate a menu, better sample 8884e95
- Link to video did not work in pup.dartlang.org 72234cb
- --ip option to set your local IP 4d5da10
- Additional watch-folders added b9523c0
- Speech output is only enabled on Mac 8a926b4
- Breaking change - html-folder moved into .sitegen 935b607
- You can now specify where your doc-root is (was by default web) a7cae49
- Extra Assets-Dir can be defined f919fa9
- Accepting images in content-dir a9c0910
- Empty site.yaml crashes SiteGen 91ac1d3
- watched folder checked the wrong Timer 267f4f9
- SiteGen waits until all files and folders are updated until it starts to regenerate it's files 404f9f1
- Shortcut for watch + serve added 7be5a76
- SASS and Autoprefixer can be turned off 86c2ea6
- Packages are now excluded from watch-dirs d1412fe
- data-dir was not watch-enabled b52798b
- data-files (yaml + json) can be used 8beec7a
- sass + Autoprefixer are working for larger files too 7e26392
- -i creates a basic file-structure for you 35c3d4e
- Screenshot did not work on pub 96d17d8
This CHANGELOG.md was generated with Changelog for Dart