Inventsable / bombino

Supercharged Adobe CEP panel generator for Vue with dynamic template support for Vue-CLI and Quasar-CLI
MIT License
98 stars 16 forks source link

Packaged .zxp file includes all the VUE panels...Why? #33

Open GuyMicciche opened 1 year ago

GuyMicciche commented 1 year ago

Hello! When I run npm run sign to make the .zxp file, it create the file, but when I open the .zxp file, I can see the "src" folder with all of my created .vue panels and the index-dev.html. Are these files supposed to be included in the .zxp file? I know maybe "src\host" folder should be included since my .jsx files are in there, but all the other non-necessary files are included in the .zxp file. Is there a way to just include the necessary files needed to make the panel work?

Thanks!

Inventsable commented 1 year ago

You'd add src to your ./certignore file, but you need to take care for scripts and place them in public or another location.

GuyMicciche commented 1 year ago

Thanks for the reply! A few more questions:

  1. What location would be best to put them in?
  2. I can add src to ./certignore, but when I sign the app, how can I build it so it will work. Sorry, I'm having trouble understanding how it's going to work.