Bundle jQuery, autocomplete.js & instantsearch.js to propulse Algolia-powered extensions & plugins.
Mostly for internal Algolia usage, publicly available for transparency and ease of deployment.
master- Magento 1 (front, back)ISv2- Magento 2 v1.x (front, back)ISv4- Magento 2 v2.x/3.x (front)adminBundle- Magento 2 v2.x/3.x (back)
yarnAt any moment on a website using this bundle, you can check the exact version of dependencies by looking inside window.algoliaBundle.
npm run watchThen point your integration to load http://localhost:8080/algoliaBundle.js.
You will get the bundle along with the sourcemap, you can also:
cd instantsearch.js
npm link
cd ../algoliasearch-extensions-bundle
npm link instantsearch.jsSo that you can hack the bundle from your file system and have it rebuilt when you save files.
npm run buildThe latest algoliaBundle.min.js is available in node_modules/algoliasearch-extensions-bundle/dist/algoliaBundle.min.js after installing with npm.