mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
1
static/node_modules
Symbolic link
@@ -0,0 +1 @@
|
||||
../node_modules/
|
||||
Reference in New Issue
Block a user