madskristensen / Packman

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

Enhancement request: Add Referenced Client Side Libraries #45

Open aqueenan opened 7 years ago

aqueenan commented 7 years ago

There's an Add Client-Side Library... option that allows me to manually add files from libraries.

What I'd love it to do is to search my .cshtml files for CDN references, and add the referenced files to packman.json, as well as any relative dependencies (e.g. fonts or images included with url()).

Bonus points if it grabs both the min and non-min versions so I can develop locally with the non-min versions and publish the min versions.