guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

How to exclude deps? #176

Open zachsa opened 11 months ago

zachsa commented 11 months ago

When defining dependencies, I want something along the lines of this:

deps = ['src/*.js', '!src/worker.js']

Is that possible?

guybedford commented 11 months ago

Not currently, but it seems a good idea to me.