UNPKG

ember-template-compiler

Version:

An npm module for the ember-template-compiler.js file that ships with ember.js

12 lines (7 loc) 285 B
(function() { var fs = require('fs'); var path = require('path'); var vendor = path.join(path.dirname(fs.realpathSync(__filename)), '../vendor'); var compiler = require(vendor + '/ember-template-compiler.js', 'utf8'); module.exports = compiler; }).call(this);