Skip to content

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

Open
wasik wants to merge 1 commit intoLoomly:mainfrom
wasik:main
Open

The 2nd argument passed into ::Sprockets::Manifest should be a filename#36
wasik wants to merge 1 commit intoLoomly:mainfrom
wasik:main

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