UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

7 lines (6 loc) 198 B
export default { description: 'Generates a template.', normalizeEntityName: function (entityName) { return entityName.replace(/\.hbs$/, ''); //Prevent generation of ".hbs.hbs" files }, };