Ember-Cli build, vender and app.css override (solved)

Hi,

When I build ember with “ember build --environment=production” Bootstrap in the bower folder overrides my style in app.css

With “ember server --proxy**” Bootstrap in app.css overrides the version the style in the bower folder

How the replicate the same behavior as with “ember server --proxy**”?

Running Ember-cli: 1.13.8 Ember: 1.12.0

Solved, the problem was that I was using Brocfile.js instead of ember-cli-build.js. When I added the same content to to a new ember-cli-build.js file the problem was solved.