Export Hype libary issue

We found out that, if you export a Hype Double click animation, there is a third file of the Hype library or something, which uses unnecessarily space. And if you go to --> export and then --> advanced export, you can choose that it links to the online Libary and then the file is not included.

Here’s the problem:
If you go into the JS code, the link of the Libary is just somwhere. But not where it supposed to be. In the code the internal file is still linked. And if you try to validate it with the google validator, it gets a error.

But it you change the Linked File with the online link (How it should be if you export it without the internal file) It works.

That means if I want to export several banners, I have to change the code everytime for evry single file that it works and the files are smaller. But I dont want to do this everytime. So pls fix that. Or is there any solution?

thanks.

What exactly are you removing? Can you be more clear about what code is being exported?

The recommended method of exporting to Doubleclick is to use the Export Script, which you can download here: https://tumult.com/hype/export-scripts/ - this automatically removes the ‘plist’ file which can be used to recover your document from an export. Is this what you’re referring to?

More info on these scripts can be found here: https://github.com/tumult/hype-export-scripts

Let me make sure we’re on the same page – what you’re referring to is that the .html file in the ad zip has this:

<script type="text/javascript" charset="utf-8" src="./HYPE-598.thin.min.js"></script>

But this src URL should be taking into account the “external runtime URL” you are specifying in the Advanced Export, correct?

This is a bug in v3; the upcoming v4.0.0 has it fixed so it will do so.