linstula / ember-cli-bootstrap

ember-cli addon for Twitter Bootstrap
37 stars 20 forks source link

Breaks when doing a production build #24

Open SirZach opened 10 years ago

SirZach commented 10 years ago

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 commented 10 years ago

same a #22