From 0644690602a58582492374ba042d3b5802a4c721 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 25 Aug 2016 15:05:43 -0700 Subject: [PATCH] Create static/node_modules symlink. This will make it convenient to in the future install Zulip's third-party dependencies via node without having to integrate them with the webpack bundler. --- .gitignore | 2 +- static/node_modules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 static/node_modules diff --git a/.gitignore b/.gitignore index 1a312718d9..a434ef8962 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ static/js/bundle.js static/third/gemoji/ static/third/zxcvbn/ static/locale/language_options.json -node_modules +/node_modules npm-debug.log *.mo var/* diff --git a/static/node_modules b/static/node_modules new file mode 120000 index 0000000000..ea095f3ded --- /dev/null +++ b/static/node_modules @@ -0,0 +1 @@ +../node_modules/ \ No newline at end of file