qiao / PathFinding.js

A comprehensive path-finding library for grid based games
http://qiao.github.io/PathFinding.js/visual/
8.44k stars 1.32k forks source link

Unable to use browser version #84

Open Anahkiasen opened 9 years ago

Anahkiasen commented 9 years ago

I'm not sure if I'm doing something wrong, I added the library via browser as mentioned in the docs. When I include pathfinding-browser.js all my app crashes, not sure why. If I include the minified version then the app works again but PF is nowhere to be found. Do I need to include any other dependency?

imor commented 9 years ago

Hi @Anahkiasen, thanks for reporting. Build 0.4.13 was broken as it it did not define the PF variable. I have released 0.4.14. Please try installing again and it should work. Please let me know if you still face any problems.

Thanks, imor