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.
This commit is contained in:
Tim Abbott 2016-08-25 15:05:43 -07:00
parent 7f48b3c137
commit 0644690602
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

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

1
static/node_modules Symbolic link
View File

@ -0,0 +1 @@
../node_modules/