We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32226f6 + 32af322 commit 4f905feCopy full SHA for 4f905fe
blueprints/ember-cli-addon-docs/index.js
@@ -39,6 +39,10 @@ module.exports = {
39
}
40
41
fs.writeFileSync(configPath, configContents, 'utf-8');
42
+
43
+ if (fs.existsSync('.npmignore')) {
44
+ this.insertIntoFile('.npmignore', '/config/addon-docs.js');
45
+ }
46
47
const hasPlugins = this.project.addons.some(function(addon) {
48
const isPlugin = addon.pkg.keywords.indexOf('ember-cli-addon-docs-plugin') !== -1;
0 commit comments