troygoode / MembershipStarterKit

The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.
http://github.com/TroyGoode/MembershipStarterKit
MIT License
197 stars 66 forks source link

Nuget package brings in a lot of stuff... #18

Closed brgrz closed 13 years ago

brgrz commented 13 years ago

...is there a way for you to create a Nuget package that would only contain code, basically only the assembly without the stuff in Area and Views? I know this has a lot to do with how Nuget packager works but I was just wondering because I essentially only use your classes but have my own controller, views, membership provider etc..

troygoode commented 13 years ago

The "MvcMembership" package is code only. "MvcMembership.Mvc" (which relies on the other package) contains the areas, CSS, etc.

brgrz commented 13 years ago

thank you