Open mmaxwell opened 11 years ago
Isn't that already done? I see this code in handlers.js:
if(parent[0].type === "Property" && parent[0].key.name === "templatePath" && !quoted){
return function(module){
module.addDependency("dojo/text!" + path, "template");
module.replaceCode(parent[0], "templateString: template");
};
templatePath should be dojo/text