From e285f2cae958437160f86171f1fccfec66799883 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 3 Jul 2017 16:09:17 -0700 Subject: Get duplicate UI template working --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index cc723704a..628314b37 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -174,6 +174,7 @@ const jsFiles = [ 'contentscript', 'background', 'popup', + 'responsive' ] // bundle tasks -- cgit