Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery + Nuget Package management default installation location

Tags:

nuget

So I just installed JQuery into my project via Nuget. But based on my companies coding standards all scripts must exist in:

/Assets/Scripts

Nuget installs it via /Scripts

Is there anyway I can change this default setting? So when I perform an update it will update in the right location?

Thank you!

like image 673
TheWebGuy Avatar asked Dec 05 '12 15:12

TheWebGuy


1 Answers

Yeah, this is not supported yet, a nuget codeplex issue is here http://nuget.codeplex.com/workitem/1914 for comments/vote.

like image 90
Deepak Avatar answered Jan 05 '23 01:01

Deepak