我有很多「編譯」下劃線模板(幾個月前我將編譯好的模板保存到文件上,並意外刪除原始模板文件夾...... :()是否可以「反編譯」這個模板?例如之一:反編譯_underscore模板
UV.templates["template-button-widget"] = function() {
return $.trim(function(obj) {
var __t, __p = "",
__j = Array.prototype.join,
print = function() {
__p += __j.call(arguments, "")
};
with(obj || {}) __p += '\n\n <div class="button" data-id="' + (null == (__t = data._id) ? "" : _.escape(__t)) + '">\n\n <div class="icon"></div>\n\n </div>\n\n';
return __p
}.apply(this, arguments))
},
,如果您使用的git - 通常你可以做恢復到承諾在您刪除的文件夾。 –
不要使用git這個項目,但謝謝 – 20yco