canjs / steal-stache

A plugin that allows you to import stache templates with stealjs.
https://canjs.com/doc/steal-stache.html
MIT License
4 stars 2 forks source link

Not able to load stache file outside of bundle #5

Open matthewp opened 8 years ago

matthewp commented 8 years ago

Taken from https://github.com/stealjs/steal/issues/657


You are able to import js files that are not in a bundle, but if you attempt to load a stache file it will fail.

This is because can/view/stache/system is the can production dist is empty

Although you should not be doing this it seems like at the very least it should be documented, if not supported.

See forum post for full details: http://forums.donejs.com/t/not-able-to-progressively-load-stache-file/214/6