Currently, deploy is packaging and deploying the whole build folder, which includes the previously built version. Like:
npm notice 1.2MB jdeploy-bundle/vd2svg-0.4.0.jar
npm notice 1.2MB jdeploy-bundle/vd2svg-0.4.1.jar
jdeploy.js is using the correct version, so the previous version wasted space. Without this, developers must cleanup the project before publishing new version.
Currently, deploy is packaging and deploying the whole build folder, which includes the previously built version. Like:
jdeploy.jsis using the correct version, so the previous version wasted space. Without this, developers must cleanup the project before publishing new version.