Skip bundling by default when `saus build` is used
Opened this issue · 0 comments
aleclarson commented
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).