🐛 Fixed missing mail templates in npm package (#9369)

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
This commit is contained in:
Kevin Ansfield 2018-01-04 09:38:22 +00:00 committed by Katharina Irrgang
parent 341f719d92
commit 44a9e1901b
1 changed files with 1 additions and 1 deletions

View File

@ -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