mirror of
https://github.com/yudai/gotty.git
synced 2025-12-26 12:18:49 +01:00
Add npm to makefile
This commit is contained in:
parent
7aafac9448
commit
c1ccfdd859
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -45,6 +45,10 @@ bindata/static/css/xterm_customize.css: bindata/static/css resources/xterm_custo
|
|||
bindata/static/css/xterm.css: bindata/static/css js/node_modules/xterm/dist/xterm.css
|
||||
cp js/node_modules/xterm/dist/xterm.css bindata/static/css/xterm.css
|
||||
|
||||
js/node_modules/xterm/dist/xterm.css:
|
||||
cd js && \
|
||||
npm install
|
||||
|
||||
js/dist/bundle.js:
|
||||
cd js && \
|
||||
webpack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue