aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-07-13 07:09:11 +0800
committerGitHub <noreply@github.com>2017-07-13 07:09:11 +0800
commitc6f867ef676d32ec9a80fd982172988efa795e82 (patch)
tree0987bba049c25ba556456f512fcbe2b09e35ed31 /gulpfile.js
parenteddc8cfee7fa161b0901483998fce868d3cc4077 (diff)
parentf82f8a9fa46d4fe59b0f9a13313a3a55ce120f28 (diff)
downloadtangerine-wallet-browser-c6f867ef676d32ec9a80fd982172988efa795e82.tar.gz
tangerine-wallet-browser-c6f867ef676d32ec9a80fd982172988efa795e82.tar.zst
tangerine-wallet-browser-c6f867ef676d32ec9a80fd982172988efa795e82.zip
Merge branch 'master' into Version-3.8.6
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index cc723704a..53de7a7d9 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -172,6 +172,7 @@ gulp.task('default', ['lint'], function () {
const jsFiles = [
'inpage',
'contentscript',
+ 'blacklister',
'background',
'popup',
]