metalim

  • Sep 29, 2015
  • Joined Sep 29, 2015
  • Hello

    We're trying to use your Spine runtime in our project and have an issue with goog.js. After including goog.js into project, Chrome reports following error:

    user:1 Uncaught SyntaxError: Unexpected token <

    String referred is

    <!DOCTYPE html>

    at the beginning of HTML file.

    Project build chain is complicated, as all libraries are bundled into one js by third party SDK (proprietary) on top of another bundling by coffeify/browserify (our gulp build chain).

    Have you encountered this kind of issue, or have an idea how to solve it?
    Or do you have version that doesn't use Google JS library to implement inheritance?