Manually build PathFinding.js browser files for Client environments
masterTo manually compile the browser-ready files from the development source:
- Download the source zip from GitHub and extract it.
- Navigate to the extracted folder.
- Install dependencies using
npm install. - Compile the browser builds using
gulp compile.
The resulting pathfinding-browser.js and pathfinding-browser.min.js files will be located in the lib folder.