tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.41k stars 130 forks source link

remove assets directory #57

Open wuzehao16 opened 6 years ago

wuzehao16 commented 6 years ago

It's necessary to remove assets directory.

50 #6

bcomnes commented 4 years ago

This burned me today. Luckily I can change upstreams naming convention, but assets is a commonplace for styles to stash, well, url assets.

nervetattoo commented 3 years ago

:+1: Ran into the same issue and can't use node-prune because it destroys the [https://github.com/sanity-io/sanity](sanity.io client) which has an assets module (duh, a client for an API that serves assets).