From 2952f9d158bdced0ecd35a20858cdca006085fbd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 2 Jan 2018 23:54:10 -0500 Subject: [PATCH] manifest.json included with dist --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 19a2f0ae89..4bba2a6719 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -356,6 +356,7 @@ gulp.task('dist:move', function () { paths.webroot + 'u2f-connector.html', paths.webroot + 'duo-connector.html', paths.webroot + 'favicon.ico', + paths.webroot + 'manifest.json', paths.webroot + 'app-id.json' ], dest: paths.dist