Building fresh wq.start application crashes on "Optimizing with r.js..."
tomaszn opened this issue · 3 comments
tomaszn commented
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'
sheppard commented
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?
tomaszn commented
Yes, thanks! Can you make a release?
sheppard commented
Ok, the new version is available on PyPI.