sharetribe/sharetribe

View on GitHub
Procfile.spec

Summary

Maintainability
Test Coverage
# For keeping webpack bundles up-to-date during a testing workflow.
# If you don't keep this process going, you will rebuild the assets per spec run. This is configured
# in rails_helper.rb.

# Build client assets, watching for changes.
rails-client-assets: script/export_routes_js.sh && cd client && npm run build:dev:client

# Build server assets, watching for changes. Remove if not server rendering.
rails-server-assets: script/export_translations.sh && script/wait_for_routes_js.sh && cd client && npm run build:dev:server