I came across daffl's can-compile for grunt today and I'm wondering something about templates in general: when one pre-compiles templates for a production build, where does the parsing code go now that it's no longer needed?
Would something like requireJS optimization or Steal builds remove this?