I'm developing an application with ember-cli and find that the project reindexes every time that ember server rebuilds the project (after every file change). The relevant directories have been excluded and I've ensured that they are not listed as libraries. How might I stop this, and/or, what might I be doing wrong?
Thanks!