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
I'm using wskdeploy to deploy a nodejs project. Some of my dependencies under node_modules contains empty files, that are currently ignored by wskdeploy:
@Wohllebe-dotSource Just curious... why does your code need to include zero-length files? It would be good to understand the use case before any code changes are made. Also, feel free to submit a PR for review/discussion and try the removal of the zero size check locally to verify your assumption.
Hi,
I'm using
wskdeploy
to deploy a nodejs project. Some of my dependencies undernode_modules
contains empty files, that are currently ignored bywskdeploy
:openwhisk-wskdeploy/utils/zip.go
Lines 79 to 81 in d653592
Unfortunately, the missing files currently break my application.
Is the empty check really needed?
How can I ensure that empty files will be uploaded?
My workaround:
The text was updated successfully, but these errors were encountered: