You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:20:12 UTC

[GitHub] [pulsar-manager] eolivelli opened a new pull request #324: Add gradle tasks to build front-end

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:
users@infra.apache.org



[GitHub] [pulsar-manager] eolivelli commented on pull request #324: Add gradle tasks to build front-end

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #324:
URL: https://github.com/apache/pulsar-manager/pull/324#issuecomment-664842807


   @tuteng with this change we could add front-end build to github actions, now building front-end is simply a gradle task
   
   @jiazhai @sijie PTAL as well


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-manager] tuteng commented on pull request #324: Add gradle tasks to build front-end

Posted by GitBox <gi...@apache.org>.
tuteng commented on pull request #324:
URL: https://github.com/apache/pulsar-manager/pull/324#issuecomment-673171444


   Thanks @eolivelli 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-manager] tuteng merged pull request #324: Add gradle tasks to build front-end

Posted by GitBox <gi...@apache.org>.
tuteng merged pull request #324:
URL: https://github.com/apache/pulsar-manager/pull/324


   


----------------------------------------------------------------
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:
users@infra.apache.org