UNPKG

liquid-node

Version:

Node.js port of Tobias Lütke's Liquid template engine.

21 lines (13 loc) 474 B
// Generated by CoffeeScript 1.10.0 (function() { var Liquid; Liquid = require("../liquid"); module.exports = Liquid.BlankFileSystem = (function() { function BlankFileSystem() {} BlankFileSystem.prototype.readTemplateFile = function(templatePath) { return Promise.reject(new Liquid.FileSystemError("This file system doesn't allow includes")); }; return BlankFileSystem; })(); }).call(this); //# sourceMappingURL=blank_file_system.js.map