UNPKG

ember-ghost

Version:

Fully-functional, SEO friendly static site implementation of a blog system built on Ember.

12 lines (8 loc) 240 B
/* eslint-env node */ module.exports = { description: 'The default blueprint for ember-ghost when installing in an addon.', normalizeEntityName() { // no-op }, filesToRemove: ['tests/dummy/app/templates/application.hbs'], };