Solved
at.js inside javascript minified - script license
Hello, I want to put the code of the at.js in a wrapper. There is custom js like an if query for a consent. Nothing is changed inside the at.js code - only around the outside. Can I minify all this and write the with licenses over it?
Example:
/**
* @1585722
* .. custom code ..
*
* @1585722
* at.js 2.6.1 | (c) Adobe Systems Incorporated | All rights reserved
* zepto.js | (c) 2010-2016 Thomas Fuchs | zeptojs.com/license
*
* object-assign
* (c) Sindre Sorhus
* @1585722 MIT
*/
... custom code ...
at.js 2.6.1 code
... custom code ...
