Reputation: 5239
I'm using twitter bootstrap in my project and it installs 15 files into my project in the scripts folder.
project/scripts/bootstrap-alert.js
project/scripts/bootstrap-button.js
I can move these files into a folder but then when doing an upgrade it just installs everything at the /scripts level again. This gets totally out of control when you add jquery, knockout etc etc
project/scripts/twitter.bootstrap/bootstrap-alert.js
project/scripts/twitter.bootstrap/bootstrap-button.js
I want to tell nuget to install the files to project/scripts/twitter.bootstrap within the project.
Does anyone know how?
Upvotes: 0
Views: 85
Reputation: 9189
Sadly it's not supported, but there are suggestions about it on the nuget codeplex site.
http://nuget.codeplex.com/discussions/256542
Upvotes: 2