cryptico icon indicating copy to clipboard operation
cryptico copied to clipboard

what is compiler.jar?

Open Elmapul opened this issue 9 years ago • 3 comments

its not required to make the test example works, it was used during the production of the other js files?

Elmapul avatar Nov 27 '16 18:11 Elmapul

it is used to minify the js file cryptico.min.js

beenotung avatar Dec 09 '17 23:12 beenotung

and where is the source code for it?

Elmapul avatar Dec 17 '17 01:12 Elmapul

@Elmapul this is the entry point for the command line tool: https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/CommandLineRunner.java

beenotung avatar Dec 24 '17 16:12 beenotung