From d1ec7125cf415ff668266d5f0c8a002ea5479ba2 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Thu, 24 Aug 2017 13:22:27 +0900 Subject: [PATCH] Run webpack when ts files are updated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc2d52c..0b5fffc 100644 --- a/Makefile +++ b/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