ember-cli-bootstrap icon indicating copy to clipboard operation
ember-cli-bootstrap copied to clipboard

Breaks when doing a production build

Open SirZach opened this issue 10 years ago • 1 comments

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?

SirZach avatar Oct 31 '14 03:10 SirZach

same a #22

abuiles avatar Oct 31 '14 12:10 abuiles