saus
saus copied to clipboard
Skip bundling by default when `saus build` is used
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).