-
Notifications
You must be signed in to change notification settings - Fork 104
Issue on Heroku #21
Comments
can you show how you are using this? are you using |
@anujbheda can you determine the version of libjpeg you're using locally and then on Heroku? |
I am using the string only output feature of express-cdn to create a reference to the background image which is later injected into the DOM using jQuery Backstretch
The libjpeg version on my local machine is 8d. I found the jpeglib.h file in the /usr/include directory on Heroku. The version number states its 62 which would be 6b. Note that I did receive the same error on my local machine when I did not have libjpeg installed. |
Have you had any luck in solving this issue @anujbheda? |
@anujbheda let me know! |
Same thing happening on nodejitsu! |
I believe I have resolved this issue per the |
@anujbheda I just re-released |
I am facing the following issue while using express-cdn on Heroku. I believe it has something to do with the libjpeg library. Works fine on local machine using both the production and development modes.
The text was updated successfully, but these errors were encountered: