techjacker / node-version-assets

Version your static assets with MD5 hashes using node.js
MIT License
63 stars 11 forks source link

Delete old versions but keep original #6

Closed ghost closed 11 years ago

ghost commented 11 years ago

Don't you think that keepOriginalAndOldVersions should be broken in two different options?

{
   keepOriginal: true,
   keepOldVersions: true
}
techjacker commented 11 years ago

Yes, good suggestion

techjacker commented 11 years ago

Apologies it took so long, I wanted to keep the legacy option and I didn't have time to add the extra code. Anyway it's in there now and I've updated the README as well. Thanks for your contribution.