When defining dependencies, I want something along the lines of this: ``` deps = ['src/*.js', '!src/worker.js'] ``` Is that possible?