Aditya Sharma created OFBIZ-11960:
-------------------------------------
Summary: Use NPM with gradle to get external JS dependencies
Key: OFBIZ-11960
URL: https://issues.apache.org/jira/browse/OFBIZ-11960
Project: OFBiz
Issue Type: New Feature
Components: ALL APPLICATIONS
Affects Versions: Trunk
Reporter: Aditya Sharma
Assignee: Aditya Sharma
1. Add [gradle-node-plugin|https://github.com/node-gradle/gradle-node-plugin]:
Gradle plugin for integrating NodeJS in your build
2. Create [NPM|https://www.npmjs.com/] package.json with JS dependencies in
webapp
3. Use available tasks to install dependencies
[https://github.com/node-gradle/gradle-node-plugin/blob/master/docs/usage.md#executing-npm-tasks]
[https://github.com/node-gradle/gradle-node-plugin/blob/master/docs/usage.md#configuring-the-plugin]
4. Use the downloaded JS files in node_modules, updating the current path of
the JS files.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)