Rohitdev
Rohitdev

Reputation: 880

Integrating brunch JS with maven

I want to integrate the web artifacts part of my application with brunch.io.Could not find some descent google search for the same. Can anybody help out?

Upvotes: 0

Views: 127

Answers (1)

es128
es128

Reputation: 1047

Use Maven-exec to run a shell script that runs your brunch build command.

Reviewing this article about maven/grunt integration will probably also be helpful, as the underlying concepts for running a Node.js tool from maven are basically the same.

Upvotes: 1

Related Questions