I set this to compile all of my sass and js files, but I want to keep the files separate just the way I separate my pre-compiled files. For example, I have home.scss and contact.scss, I want them to be compiled into home.css and contact.css instead of them being merged to app.css.