After installing the broccoli-sass plugin in my ember-cli application with npm install --save-dev broccoli-sass
, cli still tries to include app.css rather than look for a app.scss or app.sass file.
Is there another step necessary to get SASS working in Ember CLI?