-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content none
option to dependencies file
#199
Comments
content none
option to dependencies filcontent none
option to dependencies file
As @thinkbeforecoding suggested we could do this with something like a .gitignore by giving glob path of content files to avoid to import that sounds nice |
It seems that there's code to parse globs in Fake.. The question then is the syntax to specify those ignore in the paket.dependencies file. |
What are the examples of NuGet packages that contain both |
I don't know any packages with lib and content, but I guess there might be some. Given that such packages might pop up any day, I think it's best to check content separately from libs. |
I gave an example when commenting on #193. It is an indirect dependency:
|
After discussing #193
This option will disable the install of any content files.
We need to touch:
It's very similar to
references strict
(see also http://fsprojects.github.io/Paket/nuget-dependencies.html#Strict-references) - so I think it's a perfect up-for-grabs issue.Any volunteers?
The text was updated successfully, but these errors were encountered: