chomp
chomp copied to clipboard
How to exclude deps?
When defining dependencies, I want something along the lines of this:
deps = ['src/*.js', '!src/worker.js']
Is that possible?
Not currently, but it seems a good idea to me.