Adding nuget spec file.#114
Conversation
|
@stimms I'd be happy to take over the nuget package. What all is involved in publishing this to nuget since this is only content script. I don't see anything in the nuspec that says which files get copied to which project directory. |
|
@stimms The process of transferring the package looks easy enough: http://blog.nuget.org/20130205/managing-package-owners.html#transfering-package-ownership You can add me as an owner, my name is |
|
I've added you in as an owner. |
|
I think I used convention based packaging for this http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package so all that was needed was to put the files in a Scripts/ directory. Then run nuget pack . It might be reasonable, now you're doing builds, to switch to a files element and explicitly pull in the built files. There is some documentation on how to hook this into grunt at http://blog.greatrexpectations.com/2013/08/09/creating-nuget-packages-with-grunt/ |
|
@stimms awesome info! If you don't mind, please squash those two commits and I'll merge this PR in. |
This is the nuspec file I use to create the package for inclusion in nuget.