madskristensen / Packman

A client-side package manager
Other
28 stars 7 forks source link

Remove files on new versions #35

Open beruic opened 8 years ago

beruic commented 8 years ago

It would be nice if files that are not in a package anymore, would be removed automatically.

E.g. upgrading from jQuery 2.2.0 to 2.2.3 on CDNjs right now, removed the file jquery.min.map and adds the file jquery.slim.js. However, jquery.min.map is not removed from the project.

beruic commented 8 years ago

I should note that as far as I can see jquery.min.map will be added to CDNjs again, so do not rely on it for testing. I will post if I remember a better case.