Hello!
I downloaded the latest sourcecode from github and was trying to compile.
When i just run make command i see no output except:
allvbg:/home/webglearth# make
python build_shaderbank.py
java -jar ./plovr.jar serve -p 9810 weapp_debug.json
Listening on /0:0:0:0:0:0:0:0:9810
When i try to run commands from makefile in console and then just checkout what happening closure compiler in browser thow error:
plovr.addErrors([{"input":"we/webgl-debug.js","message":"Property length never defined on Number","isError":false,"lineNumber":231}]);
Is it normal? What should i do next? What is normal compilation process? How should it ends?