flexsearch icon indicating copy to clipboard operation
flexsearch copied to clipboard

How to build flexsearch.bundle.js?

Open ndrewtl opened this issue 4 years ago • 3 comments

I have a work-in-progress branch working on fixing #235. However, I have not been able to test my code, because I cannot build flexsearch.bundle.js. None of the build scripts in package.json seem to update it. How do I build this code?

ndrewtl avatar Jul 30 '21 02:07 ndrewtl

On a windows machine within the project root folder:

npm run build:all

Probably it fails on Linux/MacOS. If so, I could fix that.

ts-thomas avatar Jul 30 '21 12:07 ts-thomas

@ndrewtl Any progress on that fix? Will be very userful to make the export/import work!

Wallacy avatar Aug 06 '21 23:08 Wallacy

I figured out that my project wasn't building because Java wasn't installed. I think we should add to the documentation somewhere that Java is a requirement for building this library. Leaving this issue open until such a documentation change can be made

ndrewtl avatar Aug 10 '21 18:08 ndrewtl