saus icon indicating copy to clipboard operation
saus copied to clipboard

Skip bundling by default when `saus build` is used

Open aleclarson opened this issue 3 years ago • 0 comments

Currently, we basically run saus bundle and use that bundle to pre-render, but it seems unnecessary. We should use Saus JIT compiler instead. We can provide a --bundle flag for those who want to bundle for whatever reason (testing mostly, I suppose).

aleclarson avatar Feb 27 '22 23:02 aleclarson