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
I think this may be a Compass issue. I got similar warning messages while using the image-url helper or while spriting. Setting Compass's image directory fixed it for me:
# in controller.rbrequire'compass'Compass.configurationdo |config|
config.images_dir='../images'end
When I run
stasis -d 3000
on my stasis site directory, I'm getting the following warnings on some existing images in my project...But, those images do exist. It seems to only have a warning on PNG images, not JPG or GIF. Any thoughts?
The text was updated successfully, but these errors were encountered: