version map merge option?
Would be nice to have a merge option for the version map. Currently when running watch commands it will override the file and lose all other versioned file mappings. A merge option would allow us to use watch commands and only merge in current changes.
Similar to what https://www.npmjs.com/package/grunt-hashmap does.
Since 2015 and this isn't done? :(
@theasta Are you accepting PRs for this? If so, do you have any guidance on how you'd like it implemented? I was thinking a json object in a file that is loaded, updated, and rewritten. Then there could be a flag to delete all the entries that were updated to keep the file system clean. That would address #70 .