4.3.9 • Published 7 years ago

algoliasearch-extensions-bundle v4.3.9

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

algoliasearch-extensions-bundle

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.

install deps

yarn

dev

npm run watch

Then 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.js

So that you can hack the bundle from your file system and have it rebuilt when you save files.

build

npm run build

algoliaBundle.min.js

The latest algoliaBundle.min.js is available in node_modules/algoliasearch-extensions-bundle/dist/algoliaBundle.min.js after installing with npm.