mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Support profile files to customize hterm
This commit is contained in:
parent
afd40ea15d
commit
45f65bfc29
7 changed files with 78 additions and 7 deletions
3
Makefile
3
Makefile
|
@ -13,9 +13,6 @@ bindata:
|
|||
bindata/static: bindata
|
||||
mkdir bindata/static
|
||||
|
||||
bindata/templates: bindata
|
||||
mkdir bindata/templates
|
||||
|
||||
bindata/static/hterm.js: bindata/static libapps/hterm/js/*.js
|
||||
cd libapps && \
|
||||
LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/static/hterm.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue