...
Analyzing the codebase it seems there are the files we need to updatefollowing files needs to updated. After unzipping the downloaded folder the following files can be replaced.
Code Block |
---|
C:\Projects\coredev\src\MarineLMSExtensions.Web.Main\Scripts angular-animate.js angular-animate.min.js angular-animate.min.js.map angular-loader.js angular-loader.min.js angular-loader.min.js.map angular-resource.js angular-resource.min.js angular-resource.min.js.map angular-touch.js angular-touch.min.js angular-touch.min.js.map ./angularjs_1.8.7_LTS angular-cookies.min.js angular-cookies.min.js.map angular-route.min.js angular-route.min.js.map angular-sanitize.min.js angular-sanitize.min.js.map angular-touch.min.js angular-touch.min.js.map angular.min.js angular.min.js.map |
Info |
---|
angularjs_1.8.7_LTS is the folder name for version v1.8.7. For other versions folder can be created with version number. In that case we need to make sure folder name is updated inside BundleConfig.cs (MarineLMSExtensions.Web.Main\App_Start\BundleConfig.cs) |
...