First attempt to make lunr.js AMD compatible to fix #3.
make lunr.js
make test_server
make test_built
I've basically copied test/index.html to test/index_built.html in order to run all the same tests against the built lunr.js, and added a couple of basic AMD tests to get us started.
First attempt to make lunr.js AMD compatible to fix #3.
I've basically copied
test/index.html
totest/index_built.html
in order to run all the same tests against the builtlunr.js
, and added a couple of basic AMD tests to get us started.