Skip to content

Commit 64e30b6

Browse files
committed
Reviewed Introduction section
1 parent df8b020 commit 64e30b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ MSBuild task to restore Nuget content files to project folder
33

44
##Introduction
55
MSBuild.NugetContentRestore takes care of copying your Nuget content files to your project folder. This is helpful specially for HTML front-end packages like angularjs, bootstrap or any Nuget package that contains a Content folder.
6-
During installation of the front-end package (using Install-Package), all Package Content is copied to your project folder. The problem is that, in general, you don't want to check those files into your version control system. Your would expect that "nuget restore" will also take care of copying the content files but this is not the case. This issue has been repetitively reported here:
6+
7+
During installation of the front-end package (using Install-Package), all Package Content is copied to your project folder. The problem is that, in general, you don't want to check these files into your revision control system like git or svn. You would expect that "nuget restore" will also take care of copying the content files but this is not the case. This issue has been repetitively reported here:
78
- http://nuget.codeplex.com/workitem/2094
89
- http://nuget.codeplex.com/workitem/1239
910

0 commit comments

Comments
 (0)