aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-04-03 06:51:15 +0800
committerkumavis <aaron@kumavis.me>2018-04-03 06:51:15 +0800
commit15ba31897c36af50d4890048c50cb8f504840795 (patch)
treea91d97b3ed04bee13b99daef81cfc061e88c1eea /gulpfile.js
parentd5a88cdc00dba6a928a6264f8b8dfee8f50bc4a3 (diff)
parent672e3a463ad9b40f4116269d243145f35c3b6fd5 (diff)
downloadtangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.tar
tangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.tar.gz
tangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.tar.bz2
tangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.tar.lz
tangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.tar.xz
tangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.tar.zst
tangerine-wallet-browser-15ba31897c36af50d4890048c50cb8f504840795.zip
Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fd9ab6249..cd01a9d5f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -207,7 +207,7 @@ gulp.task('dev:copy',
// lint js
-const lintTargets = ['app/**/*.json', 'app/**/*.js', '!app/scripts/vendor/**/*.js', 'ui/**/*.js', 'mascara/src/*.js', 'mascara/server/*.js', '!node_modules/**', '!dist/firefox/**', '!docs/**', '!app/scripts/chromereload.js', '!mascara/test/jquery-3.1.0.min.js']
+const lintTargets = ['app/**/*.json', 'app/**/*.js', '!app/scripts/vendor/**/*.js', 'ui/**/*.js', 'old-ui/**/*.js', 'mascara/src/*.js', 'mascara/server/*.js', '!node_modules/**', '!dist/firefox/**', '!docs/**', '!app/scripts/chromereload.js', '!mascara/test/jquery-3.1.0.min.js']
gulp.task('lint', function () {
// Ignoring node_modules, dist/firefox, and docs folders: