0

I have recently installed django-pipeline on CentOS 5.7. I have yuglify installed at /usr/local/bin/yuglify and have changed PIPELINE_YUGLIFY_BINARY to point there.

However whenever I run collectstatic I get the following:

OSError: [Errno 32] Broken pipe

Any help will be really appreciated.(Using Django 1.5.1 and python 2.6.8)

Jeff_Hd
  • 2,174
  • 3
  • 19
  • 29

1 Answers1

0

Turns out I had to symlink the following:

/usr/local/bin/node --> /usr/bin/node
/usr/local/bin/yuglify --> /usr/bin/yuglify
Jeff_Hd
  • 2,174
  • 3
  • 19
  • 29