diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2018-09-27 23:19:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 23:19:06 +0800 |
commit | 8c3091aa7ad31e41e8f62bd5c0b803de45816b0e (patch) | |
tree | f9686232ce512d8598a756f321f1b11b6aca86b4 /gulpfile.js | |
parent | cf6bead7ef1fea81f44abc26e4bf6847b9624d0d (diff) | |
parent | e19eb7bc035670d0f05e34840e6565bc1f907de3 (diff) | |
download | tangerine-wallet-browser-8c3091aa7ad31e41e8f62bd5c0b803de45816b0e.tar.gz tangerine-wallet-browser-8c3091aa7ad31e41e8f62bd5c0b803de45816b0e.tar.zst tangerine-wallet-browser-8c3091aa7ad31e41e8f62bd5c0b803de45816b0e.zip |
Merge pull request #5053 from hahnmichaelf/esdb-support
Link to ESDB in local phishing.html
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index 0ec0723d3..5a468d2f3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -275,6 +275,7 @@ const buildJsFiles = [ 'contentscript', 'background', 'ui', + 'phishing-detect', ] // bundle tasks |