-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile non-compressed version #14
Comments
'ant compile-whitespace-only' gives you uncompressed javascript bundle with whitespace removed only. |
Works. Thank you! |
Hm, with the non-compressed version I am getting an error. I tried to open http://matthiasbock.github.io/BooleSim/ in Chromium, but I get |
It seems to be a problem of 'var COMPILED=false', you can try change it to true in uncompressed js and see if it works. |
I changed it to var COMPILED = true; but still the same problem... |
this is so weird. It seems to be a problem with closure library. Can you try 'ant compile-simple' and 'ant compile-advanced' see if the same problem happens? |
That's really weird, now I can't even get it to work again with the 'ant compile' version. |
Hi,
'ant compile' only got me an unreadable, compressed version of libSBGN.js.
Is it possible to build a human readable version ?
Matthias
The text was updated successfully, but these errors were encountered: