Skip to content

Fixed Procfile.dev to remove unnecessary empty line and terminated with a newline #23

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

Merged
merged 1 commit into from
Sep 18, 2021

Conversation

okonomi
Copy link
Contributor

@okonomi okonomi commented Sep 18, 2021

Fixed contents of Procfile.dev generated when executing rails new new_app -j esbuild --css tailwind.

before(without newline terminated):

web: bin/rails server -p 3000
js: yarn build --watch

css: yarn build:css --watch

after(with newline terminated):

web: bin/rails server -p 3000
js: yarn build --watch
css: yarn build:css --watch

@dhh dhh merged commit c4b771e into rails:main Sep 18, 2021
@okonomi okonomi deleted the fix-procfile-newline branch September 18, 2021 10:06
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 participants