danneu
01/29/2017, 8:12 PMresources
in gradle? right now i have a task that copies node_modules/mime-db/db.json
to src/main/resources/mime-db/db.json
, but i would rather just append node_modules/mime-db/db.json
to the resources list directly instead of copying: https://github.com/danneu/kog/blob/master/build.gradle#L52