You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve method naming: use public_bundles_full_path instead of public_assets_full_path
- Rename public_assets_full_path → public_bundles_full_path for specificity
- "public_bundles" is clearer than "public_assets" in Rails context
- Avoids confusion with general Rails public assets (images, stylesheets, etc.)
- Method specifically handles webpack bundles, not general assets
- Update all internal references to use the more specific naming
- Maintain backwards compatibility through generated_assets_full_path alias
This creates clear semantic distinction:
- public_bundles_full_path → webpack bundles in public directories
- server_bundle_private_path → server bundles in private directories
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments