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
{{ message }}
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
When I upload the following file: dist.zip, sometimes I get no index.html present, sometimes it works. Even when I get no error and it compiles, all the files in all subfolders under the www folder are empty in the resulting IPA file, see: Brosyn.zip. I have zipped the files using gulp-zip.
The text was updated successfully, but these errors were encountered:
See sindresorhus/gulp-zip#64 (comment). Using the {nodir: true} option to gulp.src with gulp-zip was a simple and effective solution to the upload problems I was experiencing.
When I upload the following file: dist.zip, sometimes I get
no index.html present
, sometimes it works. Even when I get no error and it compiles, all the files in all subfolders under the www folder are empty in the resulting IPA file, see: Brosyn.zip. I have zipped the files usinggulp-zip
.The text was updated successfully, but these errors were encountered: