ejs
ejs copied to clipboard
ejs fails to remove BOM for includes
There is a known ~~issue~~ feature in Node.js where fs.readFile and fs.readFileSync leave in the "BOM" on utf8 encoded files. The solution is simply to remove them, but in the case of ejs includes, they are left in the file.
Same as #114