wq/wq.app

Building fresh wq.start application crashes on "Optimizing with r.js..."

tomaszn opened this issue · 3 comments

On freshly installed system commands:

pip install wq
pip install git+https://github.com/wq/wq.app@master
cd /tmp
wq start -d example.wq.io rrr
cd rrr
./deploy 0.1

result in:

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/rrr/htdocs-build/scss/lib/compass'

Thanks for reporting this, it looks like it can be fixed with this change: sheppard/python-requirejs@0bd0ce4

Can you confirm that this addresses the issue?

Yes, thanks! Can you make a release?

Ok, the new version is available on PyPI.