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

Fix Procfiles to use new process names #216

Merged
merged 1 commit into from
Feb 8, 2016
Merged

Fix Procfiles to use new process names #216

merged 1 commit into from
Feb 8, 2016

Conversation

robwise
Copy link
Contributor

@robwise robwise commented Feb 3, 2016

Basically we just don't need the special build:test:client script anymore, and you can just use Procfile.static to keep your static assets up to date while running your tests.

Also changed the ordering of the scripts so that the client and server versions of the same type of script are next to each other.

Review on Reviewable

@@ -12,10 +12,6 @@ rails-assets: sh -c 'rm app/assets/webpack/* || true && HOT_RAILS_PORT=3500 npm
# Keep the JS fresh for server rendering. Remove if not server rendering
rails-server-assets: sh -c 'npm run build:dev:server'

# If you don't keep this process going, you will rebuild the assets per spec run. This is configured
# in rails_helper.rb.
rails-test: sh -c 'npm run build:test:client'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need this

please don't remove

this is used b/c above we do hot ones

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still sort of necessary

@robwise robwise force-pushed the fix-procfiles branch 2 times, most recently from 34a94a3 to 402a4c1 Compare February 3, 2016 06:51
justin808 added a commit that referenced this pull request Feb 8, 2016
Fix Procfiles to use new process names
@justin808 justin808 merged commit 3c8b1d3 into master Feb 8, 2016
@justin808 justin808 deleted the fix-procfiles branch February 8, 2016 18:31
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.

None yet

2 participants