You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 calledbs-modal
. Obviously what's going on is that it's not bringing in the library that registersbs-modal
as a component.My Brocfile looks like...
Any thoughts?
The text was updated successfully, but these errors were encountered: