diff options
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 f8379d638..ce90fec8e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -72,6 +72,7 @@ const paths = { "popup/**/*.{html,css}", "pages/**/*.{html,css}", "lib/**/*.d.ts", + "background/*.html", ], extra: [ "AUTHORS", |