adityasharma7 commented on pull request #230: URL: https://github.com/apache/ofbiz-framework/pull/230#issuecomment-682380868
Hi Jacques, It seems with Suraj you are referring to me here. Though there is some work left at my part: 1. Check if there are more libraries that can be used through NPM. I did it for JQuery, JQuery migrate, JQuery browser, jQuery validate and I faced some issues with JQuery UI library so we will continue to use the downloaded one. 2. Remove migrated JS distribution and updated the ReadMe with steps to download using NPM I will try to get it done in a week You can certainly test it with the current version so that if there are some inputs we will address them now only. You will have to follow these steps: 1. Execute ./gradlew npmInstall after which the libraries listed as dependencies themes/common-theme/webapp/common/js/package.json gets downloaded at themes/common-theme/webapp/common/js/node_modules/ 2. You can locate the folder for each dependency in node_modules containing the package that we usually need to manually download. 3. You can refer Network tab to check if the files are loaded from the node_modules. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
