molovo / roots-image-pipeline

Image pipeline plugin for Roots (http://roots.cx)
Other
13 stars 1 forks source link

JPEG files processed by image_pipeline have 0b size #8

Open randychampagne opened 8 years ago

randychampagne commented 8 years ago

Hello,

image_pipeline isn't processing my .jpeg files. It worked fine for the logo which is an .svg. It only outputs empty .jpeg files. I ran into this issue today and I can't pin down the cause.

I committed the source code here. Here is the snippet from app.cofee where I config image_pipeline. (This is verbatim from the readme doc)

image_pipeline = require 'roots-image-pipeline'
...

extensions: [
    image_pipeline(files: "assets/img/**", out: 'img', compress: true)
]

Any guidance you provide will be greatly appreciated.

Cheers

randychampagne commented 8 years ago

few notes on the troubleshooting steps I took

krry commented 8 years ago

+1

I believe I experienced the same issue today. I also tried roots clean then roots compile as well as roots watch. Is there a way to get roots to dump out more verbose feedback?

I'll try for that tomorrow. Also I can try isolating the pieces of the pipeline: imagemin and ???