Change
this.easystarjs.enableDiagonals();
to
this.easystarjs["enableDiagonals"]();
for example. i.e. change the style of the name in external js call.
Then the name would not be minify.
rexrainbow I see, should be a simple enough fix. How about the actual instanciation of the easystarjs, will the compiler break the "new EasyStar.js()" call ?
edit: Nevermind, obviously I had to use the same notation as you said, and go with "new EasyStar["js"]()"
newt Behavior files were updated with the quick fix, it seems to work as intended now when you minify.