hoelzro / tw-full-text-search

Full text search plugin for TiddlyWiki powered by lunr.js
https://hoelz.ro/files/fts.html
Other
25 stars 4 forks source link

Build minified JS out of unminified JS for dependencies #30

Open hoelzro opened 6 years ago

hoelzro commented 6 years ago

I have small patches I make to lunr.js, and having the ability to build the plugin with unminified JS would be nice for debugging

hoelzro commented 6 years ago

Should I just install dependencies via NPM somehow? What about the patches I add to lunr? Can I do something like subresource integrity?