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

Support minimalist installations with no config.ru or Rakefile (or anything other than Gemfile really) #942

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

jaredcwhite
Copy link
Member

@jaredcwhite jaredcwhite commented Nov 21, 2024

I thought #941 would be harder than this…maybe we can sneak it in before the final 2.0 release!

With these changes, your project folder could look like this:

* Gemfile
* src
  * index.erb

And then you could run bundle exec bridgetown start and it'd actually work (built files in output as expected). 🙌

Todo

  • Do something helpful if the src folder doesn't even exist. Maybe autogenerate an index.erb file with a welcome message.

Fixes #916

@jaredcwhite jaredcwhite temporarily deployed to support-minimalist-bridgetown-install - bridgetown-beta PR #942 November 22, 2024 19:10 — with Render Destroyed
@jaredcwhite jaredcwhite temporarily deployed to support-minimalist-bridgetown-install - bridgetown-api PR #942 November 22, 2024 19:10 — with Render Destroyed
@jaredcwhite jaredcwhite added this to the 2.0 milestone Nov 23, 2024
@jaredcwhite jaredcwhite merged commit e05a2ad into main Dec 17, 2024
3 checks passed
@jaredcwhite jaredcwhite deleted the support-minimalist-bridgetown-install branch December 17, 2024 23:08
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

Successfully merging this pull request may close these issues.

2.0.0 Fails to kill servers if no aux.pid
1 participant