We use vanilla r.js on node.js to do our development UI build, and the brew plugin to integrate into the larger maven-driven whole-application build. So for now, we have one build profile written in two separate formats, one in JavaScript for r.js to use, and another in pom.xml for the brew plugin. My understanding is that brew translates configurations in pom.xml into a regular build profile for r.js to consume. I am hoping one can add a feature to just allow a pre-built build profile written in JavaScript to be provided, so we could just say:
We use vanilla
r.js
on node.js to do our development UI build, and the brew plugin to integrate into the larger maven-driven whole-application build. So for now, we have one build profile written in two separate formats, one in JavaScript forr.js
to use, and another inpom.xml
for the brew plugin. My understanding is that brew translates configurations inpom.xml
into a regular build profile forr.js
to consume. I am hoping one can add a feature to just allow a pre-built build profile written in JavaScript to be provided, so we could just say: