There are now folders under static that have sass that should not be compiled
as a part of our asset pipeline, they were getting pulled in because the wildcard
for `SASS_UPDATE_DIRS` was too broad. This update makes it more specific for most
folders but leaves it broad for the common folder where the xmodule has its own sass
that needs compiling from a non-standard location.