From 44a9e1901b0b18576e7136e762d7ec91f57ab6ca Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 4 Jan 2018 09:38:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20missing=20mail=20templat?= =?UTF-8?q?es=20in=20npm=20package=20(#9369)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #9368 - when the mail service was moved in a recent refactor the `.npmignore` was not updated resulting in the mail templates being excluded from the npm package - updates `.npmignore` list with the new mail templates location --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 7d217c71b1..93be3b1198 100644 --- a/.npmignore +++ b/.npmignore @@ -36,7 +36,7 @@ SECURITY.md .travis.yml *.html !core/server/web/admin/views/** -!core/server/mail/templates/** +!core/server/services/mail/templates/** bower_components/** .editorconfig gulpfile.js