Skip to content

Commit

Permalink
Run webpack when ts files are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai committed Aug 24, 2017
1 parent a6ae121 commit d1ec712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1ec712

Please sign in to comment.