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

added component.json #5

Closed sdepold closed 11 years ago

sdepold commented 11 years ago

this pull request will make it possible to download your project via bower. After merging it would rock hard, if you could exec the following command: bower register cors git://github.com/olivernn/lunr.js.git

olivernn commented 11 years ago

Adding bower support is a great idea.

It'd be great if you could change this slightly so that it is part of the build process, otherwise I will forget to update it! I recently added this to another library of mine so you should be able to mostly use that pattern.

sdepold commented 11 years ago

hmm. I'm afraid that I'd break something ^^. I'm not so super familiar with make

olivernn commented 11 years ago

No worries, I've gone ahead and added the component json step to the build, I've also registered lunr.js as a bower package. If you have any issues please let me know.

sdepold commented 11 years ago

:+1: