From 5b161a2856cc2e6aeadad68523ea898532dc2364 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 23 Mar 2017 15:44:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Ensure=20that=20admin=20template?= =?UTF-8?q?s=20are=20on=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #8216 - Admin templates are now html files, we need to not ignore them --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 35753cdd2a..a155f8480d 100644 --- a/.npmignore +++ b/.npmignore @@ -30,6 +30,7 @@ CONTRIBUTING.md SECURITY.md .travis.yml *.html +!core/server/admin/views/** !core/server/mail/templates/** bower_components/** .editorconfig