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

Breaks when doing a production build #24

Open
SirZach opened this issue Oct 31, 2014 · 1 comment
Open

Breaks when doing a production build #24

SirZach opened this issue Oct 31, 2014 · 1 comment

Comments

@SirZach
Copy link

SirZach commented Oct 31, 2014

Maybe I'm doing something wrong like having ember-cli-bootstrap as a devDependency in package.json but if I do a ember serve --environment production the app complains that it cannot find a property on my controller called bs-modal. Obviously what's going on is that it's not bringing in the library that registers bs-modal as a component.

My Brocfile looks like...

var app = new EmberApp({
  'ember-cli-bootstrap': {
    'importBootstrapCSS': false
  }
});

Any thoughts?

@abuiles
Copy link

abuiles commented Oct 31, 2014

same a #22

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

2 participants