compilation - Opa Executable Not Being Created -


when go compile opa, whether i've written, or simple 'hello, web!' script, see no executable produced. producing _build directory , javascript file. idea what's happening here?

thanks in advance!

the newest version of opa compiles javascript (running on node.js). produced javascript file need , should able run with:

./your_app.js 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -