From 4888ffea3b49f96ee2530c410ca13d7cfefe1250 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 12 Nov 2017 12:11:24 +0200 Subject: [PATCH] Fix #1703 - Keep findLinks file in npm builds --- .npmignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.npmignore b/.npmignore index 5a294a1e..383a8bf1 100644 --- a/.npmignore +++ b/.npmignore @@ -6,7 +6,11 @@ .* !.lounge_home +# Ignore client folder as it's being built into public/ folder +# except for the findLinks.js file which is used by the server client/ +!client/js/libs/handlebars/ircmessageparser/findLinks.js + public/js/bundle.vendor.js.map coverage/ scripts/