mirror of https://github.com/zulip/zulip.git
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:
parent
7f48b3c137
commit
0644690602
|
@ -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/*
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../node_modules/
|
Loading…
Reference in New Issue