Skip to content

Advanced Debugging and AMD Support

Compare
Choose a tag to compare
@justinsa justinsa released this 12 Dec 05:31
· 52 commits to master since this release
  • Adds advanced debugging support for the Universal Analytics script as provided by Google with analytics_debug.js and further trace debugging.
  • Adds support for Asynchronous Module Definition (AMD), which is used by RequireJS for dependency loading. CommonJS loading was already supported, which is used by Browserify and NodeJS.