Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GuyMicciche opened this issue Jun 9, 2023 · 2 comments
Open

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

GuyMicciche opened this issue Jun 9, 2023 · 2 comments

Comments

@GuyMicciche
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants