Skip to content

Commit c9fad6c

Browse files
authored
Update README (#81)
1 parent fd71543 commit c9fad6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ The jQuery Unobtrusive Validation library complements jQuery Validation by addin
55

66
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
77

8-
`jquery.validate.unobtrusive.min.js` must be kept up to date with `jquery.validate.unobtrusive.js`, this can easily be done by running `gulp` before committing.
8+
Remember to make your changes to only the src file. Use ".\build.cmd" to automatically generate the js file in dist directory, minify the js file, create a .nupkg and change the version in the package.json if needed.
9+
10+
To stage for a release, update the "version.props" file and run ".\build.cmd" (see ReleaseNotes [here](https://github.com/aspnet/jquery-validation-unobtrusive/wiki/Release-checklist)).

0 commit comments

Comments
 (0)