diff --git a/blueprints/ember-cli-bootswatch/index.js b/blueprints/ember-cli-bootswatch/index.js index 4e212df..6ec0fb0 100644 --- a/blueprints/ember-cli-bootswatch/index.js +++ b/blueprints/ember-cli-bootswatch/index.js @@ -1,5 +1,11 @@ module.exports = { - description: 'Add bower dependencies for bootstrap and bootswatch to the project' + description: 'Add bower dependencies for bootstrap and bootswatch to the project', + + normalizeEntityName: function() { + // allows us to run ember -g ember-cli-bootswatch and not blow up + // because ember cli normally expects the format + // ember generate + }, afterInstall: function(options) { return this.addBowerPackagesToProject([