has anyone succeeded in running the Makefile in hookbox/js_src in
order to compile/minify the JS source to hookbox/static?
The jsio_compile invocations did not work for me. Using the latest
version from https://github.com/gameclosure/js.io also did not
succeed.
Thanks,
wr
I tried to use the one from gameclosure but it did not work. We should
definitely add dependencies so that someone installing it using
pip/easy_install would pull those automatically.
Thanks,
wr
* Dax <rai...@gmail.com> [2012-02-21 15:16:46 -0800]:
can you try do a
pip install pyjsiocompile
it should install the one from pypi http://pypi.python.org/pypi/pyjsiocompile
pyjsiocompile is needled only if you need to modify the javascript
part of hookbox. It is not going to be needed for running hookbox.
I guess this information is better added in the documentation.
Regards,
Dax
I thing addind the pip command in a comment to js_src/Makefile should
suffice.
Thanks,
wr
* Raikage <rai...@gmail.com> [2012-02-25 10:49:19 +0800]: