uon-nuget / UoN.ExpressiveAnnotations.NetCore

Annotation-based conditional validation library.
Other
29 stars 12 forks source link

Reference js via npm #3

Closed MmmBerry closed 6 years ago

MmmBerry commented 6 years ago

Removed lib folder and added package.json to obtain Expressive-Annotations-Validate.js, JQuery and JQuery Validate JS via npm. Added BuildBundlerMinifier and LibraryManager to handle moving the JS from node_modules to wwwroot and producing minified files for production. Modified Layout views to reference JS and CSS from wwwroot, using minified versions for production. Removed Bootstrap fonts, CSS and JS, and references to Bootstrap within views. Updated gitignore to ignore generated files in wwwroot. Deleted unused html page tests.