brew icon indicating copy to clipboard operation
brew copied to clipboard

Feature Request: allow build profile to be provided as a .js file

Open edc opened this issue 12 years ago • 0 comments

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:

<configuration>
    <buildProfile>${basedir}/src/main/build.js</buildProfile>
</configuration> 

edc avatar Jul 14 '12 00:07 edc