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
When I look at the source theme repo, it has yarn zip to generate the theme zip which uses gulp internally.
Considering that github actions does direct zipping, things seem to be not working as expected.
I have added a custom js file which is part of the zip prepared by the github actions, but it actually doesn't get used after getting uploaded to ghost. Ghost seems to generate a source.js file at some point which doesn't contain the custom js file that I added.
Is there a reason why yarn zip is not used to package the theme?
The text was updated successfully, but these errors were encountered:
When I look at the source theme repo, it has
yarn zip
to generate the theme zip which uses gulp internally.Considering that github actions does direct zipping, things seem to be not working as expected.
I have added a custom js file which is part of the zip prepared by the github actions, but it actually doesn't get used after getting uploaded to ghost. Ghost seems to generate a source.js file at some point which doesn't contain the custom js file that I added.
Is there a reason why
yarn zip
is not used to package the theme?The text was updated successfully, but these errors were encountered: