olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.96k stars 548 forks source link

Attempt to make lunr.js AMD compatible. #66

Closed gitgrimbo closed 10 years ago

gitgrimbo commented 10 years ago

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.

olivernn commented 10 years ago

I've added AMD support in the latest release.