Question: Is the settings file included in the bundle?
See original GitHub issueIs there anything from the settings.json file, or something from the mup.js that’s included in the bundle?
I would like to reuse the built bundle for multiple deploys, (by using --cached-build), but I’m unsure if I can do that.
My setup:
server1: database_1, s3_1 (want to deploy master)
server2: database_1, s3_1 (eg. want to deploy one day/week later)
server3: database_2, s3_2 (etc.)
server4: database_3, s3_3 (etc.)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How can I prevent using the Settings.bundle in Release build ...
Found it. I've created a RunScript as the last phase in my build phases. In there, I remove all entries in the settings...
Read more >Failed to register bundle identifi… | Apple Developer Forums
The problem arrived when I added a device UUID in my Apple Developper Account. I changed the bundle identifier manually (adding a version...
Read more >Android App Bundle frequently asked questions
Stay organized with collections Save and categorize content based on your preferences. What is the Android App Bundle (AAB)?
Read more >Setting configuration options during environment creation
To apply configuration files to an environment that you create with the AWS CLI, include them in the application source bundle that you...
Read more >COVID-19 Frequently Asked Questions (FAQs) on Medicare ...
Question : Who can bill for the Medicare specimen collection fee? ... https://www.cms.gov/files/document/03092020-covid-19-faqs-508.pdf.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s great, thanks!
I’m now using a github action to compile every commit to master as a release file (we always deploy master to our servers). Building takes about 15 min, so now it will always be ready for download as an asset.
In case it could help you:
That is correct. You should also be able to use the hidden command
mup meteor build
.