How can I modify Existing Packages to include more files

Comments

3 comments

  • Avatar
    Jon Elliott

    Hi Dan,

    You can either right click on the SDK Files folder in the project explorer and select Add Existing File... to add a file or you can right click on the solution in the project explorer, click Open Solution in Editor and add the file by editing the solution XML.

    Regards,

    Jon

    0
    Comment actions Permalink
  • Avatar
    Dan McGuire

    Hello Jon

    Thanks for the answer

    0
    Comment actions Permalink
  • Avatar
    Ella Jack

    Just worked on modifying an existing package to include more files—turns out it’s all about knowing the structure and config setup. For Python, I had to tweak the setup.py, and with npm, it was about updating the package.json. Once that’s done, everything gets bundled properly. Definitely worth testing before pushing changes, though—kind of like double-checking updates on the Sonic menu before it goes live!

    0
    Comment actions Permalink

Please sign in to leave a comment.