eolivelli opened a new pull request #324:
URL: https://github.com/apache/pulsar-manager/pull/324
Add Gradle build files to front-end directory in order to allow front-end to
be simply built using gradle.
With this change you can simply run:
./gradlew front-end:npmInstall front-end:npmBuildProd build -x test
Summary of changes:
- add new build.gradle to 'front-end'
- link 'front-end' in settings.gradle
- configured gradle node plugin in order to run 'npm install' and 'npm run
build:prod'
This is a preparatory task to help bundling the front-end build distribution
in the release pulsar-manager tarball automatically (see #288 )
----------------------------------------------------------------
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]