Login
Artifact [4b9195a900]
Login

Artifact 4b9195a9003106bc68e542d757ad9d5a046edfc0:


/** Loads file content as a buffer, intended
    for use with .tmpl files (for s2.tmpl()). */
return {
    cacheIt: false,
    // prefix: uses the defaults
    suffix: ['.tmpl'],
    load: function(name){
        return s2.Buffer.readFile(name);
    }
};