X Tutup
The Wayback Machine - https://web.archive.org/web/20250305094128/https://github.com/ember-cli/ember-cli/issues/7486
Skip to content

move ember-cli-build.js to inside dummy folder for addons #7486

Open
@kellyselden

Description

Tracking this because I can't immediately jump on this, and would be great for new contributors!

Addons have two build files in their root dir, "index.js" and "ember-cli-build.js". "index.js" is run when an addon is built inside a host app, and "ember-cli.build.js" is the addon's "dummy" app's build file that is only used when running the addon's tests. It is for this reason, I think we should move the file to "tests/dummy/ember-cli-build.js" in the blueprints, and also make ember-cli recognize it at the new location.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup