question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bundling additional resources creates separate directory for each

See original GitHub issue

When I bundle up the additional resource. It autocompletes the destination part with the file name itself, and then what actually happens is, it creates a separate folder for each asset.
bugfix2

That’s counter-intuitive. While developing the app it is a fairly common practice to bundle them up in one folder. But here, we get a different folder for each, then I have to manually edit all the bundled resources’ destination to reflect a single directory. bugfix3

My suggestion is instead of making a separate destination, just make a asset folder and place everything inside it.

Although far-fetched, but it’ll be of great help, if we could upload all assets at once, instead of individually doing them. Nevertheless, that’s an enhancement.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
brentvollebregtcommented, Mar 16, 2018

Thank you very much for your help on this, I really appreciate it!

0reactions
jatin69commented, Mar 16, 2018

That’s it. This commit fixes it. 👍

I just realized one more thing, it’s chrome. It cache’s the code somehow. I had to inspect and disable cache to make this update work, the first time. Although, it won’t bug the new users from here on. But I was wondering if there was a way in code to ensure no-cache, just in case if I ever need to disable cache somewhere. Any thoughts?

Just put a small line in the expansion of Additional Files, when the user clicks to expand this, A small line is there.

Be careful when using additional files, update your code to work with pyinstaller, read this

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bundling resources with a Swift package - Apple Developer
To add resources to a Swift package, do any of the following: Drag them into the Project navigator in Xcode.
Read more >
Include a resource directory hierarchy into app bundle
Drag the source folder to the project "Groups & Files" area, say under the Resources group. In the dialog select "Create Folder References...
Read more >
Specify a File Bundle - Pants
All files in the src/main/resources directory are recursively included. All files in the config directory are included, except any .xml files. All ....
Read more >
Tips for Teacherpreneurs: Bundle Related Resources
In the folder where you store your finalized resources for sale, create a new folder for the bundle. Then, make a copy of...
Read more >
Bundle Resources Documentation - Jacob Schieck
Using this folder name will automatically add it to the bundling process. Also, a folder can be dragged into the Bundle Folders array...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found