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

The 2nd argument passed into ::Sprockets::Manifest should be a filename #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wasik
Copy link

@wasik wasik commented Apr 30, 2023

::Sprockets::Manifest expects the manifest filename as the 2nd argument, not a directory. ( Source: https://github.com/rails/sprockets/blob/main/lib/sprockets/manifest.rb )

In most cases, these are in the same location, so it doesn't matter. However, specifying .dir instead of .filename causes problems in cases where the sprockets manifest file was stored in a different location than the asset directory, which can be done in rails by setting config.assets.manifest = 'full-path-to-manifest.json'

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.

1 participant