Ah I just figure out it's this line in build/min.js and build/
pack.js :

var header = script.match(/\/\*(.|\n)*?\*\//)[0];

which throws an exception if it doesnt find a /**/ style comment in
the code.  These are small scripts but it might be worth a correction
or try/catch to help identify.

On Oct 21, 3:24 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> All,
>
> is it just me or is the current plugin build file somewhat broken?
> Whenever I try to minify and pack a file I get the following error:
>
> js: uncaught JavaScript runtime exception: TypeError: Cannot read
> property "0.0" from null
> Java Result: 3
>
> Does anybody know what is going on?
>
> --Klaus

Reply via email to