You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: