- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Hi,
I want to add a small javascript library for scroll tracking in Tealium as a Javascript extension. Although the license of the code is prefixed with
/*! * @preserve * ... */
the license is not preserved in the code minifying process. Is there a way to achieve this, without disabling minifying for the whole profile?
Greetings,
Andreas
Solved! Go to Solution.
01-31-2017 10:50 AM - last edited on 01-31-2017 11:33 AM by kathleen_jo
Hi @ahrasch,
Very good of you to abide by this but alas we do not have a flag to enable keeping copyright comments if minification is enabled in the interface. You could add the licence as a local variable to the lib like:
var license = "...text here";
As a reasonable workaround.
Copyright All Rights Reserved © 2008-2023