mirror of
https://github.com/yudai/gotty.git
synced 2026-02-19 22:48:08 +01: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 && \
|
cd js && \
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
js/dist/gotty-bundle.js:
|
js/dist/gotty-bundle.js: js/src/*
|
||||||
cd js && \
|
cd js && \
|
||||||
webpack
|
webpack
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue