diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 21:47:23 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 21:47:23 +0100 |
| commit | 7b56f23b11ef78dafae13495ef878cebaf97f061 (patch) | |
| tree | 5b810d4f0c6bc70b6cde4f207a1d6ec325fab705 /bucky/bin/build-search.js | |
| parent | fcf86a6e78fd6631dbc6b2046f4aff7cf08eef8a (diff) | |
js minify process for production
Diffstat (limited to 'bucky/bin/build-search.js')
| -rw-r--r-- | bucky/bin/build-search.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bucky/bin/build-search.js b/bucky/bin/build-search.js new file mode 100644 index 0000000..d417087 --- /dev/null +++ b/bucky/bin/build-search.js @@ -0,0 +1,3 @@ +var search = require('../search/lexicon') +search.build() + |
