madskristensen / Packman

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

How do I split a package over multiple libraries? #22

Closed beruic closed 8 years ago

beruic commented 8 years ago

For example bootstrap comes with both CSS, JS and Fonts. I need to have them placed under the corresponding folders in an MVC 5 project.

madskristensen commented 8 years ago

Right now you can't. It is something I'm looking into, but so far I think only Bootstrap is relevant for this feature.

Keep in mind the reason MVC 5 using Scripts and Content folders is because the NuGet packages used require those two folders. If you're not using NuGet you can now have folder called lib and put all the packman packages in there if you'd like.

beruic commented 8 years ago

That's exactly what I did. Add a lib folder.

However Bootstrap is not alone, as Font-awesome is relevant too, but I think a lib folder works better, so perhaps you should add a note about that to the documentation :)

madskristensen commented 8 years ago

Good idea. Thanks