Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

work with ember-engines #83

Open
arkadiyk opened this issue Mar 10, 2017 · 0 comments
Open

work with ember-engines #83

arkadiyk opened this issue Mar 10, 2017 · 0 comments

Comments

@arkadiyk
Copy link

It fails to build a project if ember-gestures included into Ember Engine because app.bowerDirectory is undefined.

index.js:

    if (!process.env.EMBER_CLI_FASTBOOT) {
      if (app.env === "production") {
        app.import(app.bowerDirectory + '/hammer.js/hammer.min.js');
      } else {
        app.import(app.bowerDirectory + '/hammer.js/hammer.js');
      }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant