Releases: stamat/poops
Releases 路 stamat/poops
Release list
v1.0.13
fixed default 馃挬.json discovery
Full Changelog: v1.0.12...v1.0.13
v1.0.12
added cli port overrides or automatic port assign if ports are not available
Full Changelog: v1.0.11...v1.0.12
v1.0.11
added CLI arguments, primarily for -b --build
Full Changelog: v1.0.10...v1.0.11
v1.0.10
v1.0.9
Fixed and refactored sass import resolver
Full Changelog: v1.0.8...v1.0.9
v1.0.8
MJS watch support, I can't believe i forgot about this... I surpriise myself often!
Full Changelog: v1.0.7...v1.0.8
v1.0.7
- Fixed the main execution order which was causing the
no config founderror not to display - Disabled nujucks autoescape
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
v1.0.4
- Markup data files now soft fail
- Markup is rebuilt on data file change
- Invalid or nonexisting data files now soft fail
- Terminal bell sounds on all soft fails, so you can hear if something fails
- Fix the terser issue sometimes mangling and sometimes not, with a simple refactor (hopefully it fixes the issue, it shouldn't be occuring anyways since bool is not passed by a reference, or is it? 馃)