Fork me on GitHub
#cljsjs
<
2016-01-27
>
rohit09:01:26

@thomas: could you share the edn file you have in mind? Is the unminified js file somewhere online? There is a boot task which can be used to minify a js file. I can modify my script so that if the minified file is not present, then use the boot task to generate the minified file.

thomas10:01:08

hi @rohit the minified JS file is available online only is a zip file as I am aware of. not sure if that helps.

rohit10:01:20

@thomas: could you tell me which library you are trying to create?

rohit10:01:35

@thomas: i'll figure out how to modify the tool to get it done. its still very alpha. so the more it is used, the more flexible it'll get. Thanks!

thomas10:01:17

@rohit: ^^^^ that is the lib I am trying to do…. and I have had no luck in writing the extern file manually 😞

thomas10:01:43

and thank you for your effort on this. really appreciated.

rohit10:01:15

@thomas: cheers! i'll have a look

thomas10:01:08

no, thank YOU!

rohit11:01:56

@thomas: i've fixed the library to atleast now generate the externs. now onto packaging it

thomas11:01:38

cheers… I’ll give it a try when I have time