mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Run webpack when ts files are updated
This commit is contained in:
parent
a6ae1210da
commit
d1ec7125cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ js/node_modules/xterm/dist/xterm.css:
|
|||
cd js && \
|
||||
npm install
|
||||
|
||||
js/dist/gotty-bundle.js:
|
||||
js/dist/gotty-bundle.js: js/src/*
|
||||
cd js && \
|
||||
webpack
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue