You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For several usage scenarios (download a webpackge from base using downloader, upload a webpackage) we need to build a .tar archive containing all resources of a webpackage (all files existing in webpackage folder). This should be integrated using webpack plugins.
The text was updated successfully, but these errors were encountered:
pwrinc
changed the title
Create .tar file for upoad a webpackage containig all files
Create .tar file for upoad a webpackage containing all files
Feb 21, 2019
A compressed .tar.gz file containing all files and folders of the 'src' folder is generated upon building using the filemanager-webpack-plugin is generated in the root folder of the wepackage (in dist folder). When uploading a webpackage the compressed file will be uploaded.
For instance, in the link below a compressed file of the vanilla-boiler-plate was uploaded:
For several usage scenarios (download a webpackge from base using downloader, upload a webpackage) we need to build a .tar archive containing all resources of a webpackage (all files existing in webpackage folder). This should be integrated using webpack plugins.
The text was updated successfully, but these errors were encountered: