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
hello.jpeg is founded as hello.jpg OR compiled as it is: hello.jpeg
Actual behavior
Instead of this Sprockets on production compiles my file called hello.jpeg to file hello.jpg and because of it I have an error on my production where I have the next chunk of code: image_path("hello.jpeg"), because of file are stored with *.jpeg extension, but compiled as *.jpg
System configuration
Sprockets version - 2.0.0
Ruby version - 6.0.3
Example App (Reproduction)
Will be added soon
The text was updated successfully, but these errors were encountered:
Expected behavior
hello.jpeg
is founded ashello.jpg
OR compiled as it is:hello.jpeg
Actual behavior
Instead of this Sprockets on production compiles my file called
hello.jpeg
to filehello.jpg
and because of it I have an error on my production where I have the next chunk of code:image_path("hello.jpeg")
, because of file are stored with *.jpeg extension, but compiled as *.jpgSystem configuration
Example App (Reproduction)
Will be added soon
The text was updated successfully, but these errors were encountered: