issues
search
MarshallCB
/
routo
routing-based file builder for static site generation
https://m4r.sh/libraries/routo
MIT License
0
stars
0
forks
source link
Add builders + transforms
#6
Closed
MarshallCB
closed
3 years ago
MarshallCB
commented
4 years ago
Builders should occur between module import and file write
Transforms should allow for file compression / optimization. Perhaps with glob include / ignore? Occurs after builders
Need a way to do aggregate builds (for component bundles and such) ... use Gulp?
Build only on git diff update or file change would be nice (no need to overwrite every build step if expensive)
How to rollup JS and allow for custom config?