mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
check in raw verto js files and directory structure for development
This commit is contained in:
15
html5/verto/js/Makefile
Normal file
15
html5/verto/js/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
JSFILES=src/jquery.FSRTC.js src/jquery.jsonrpcclient.js src/jquery.verto.js
|
||||
|
||||
all: jsmin verto-min.js
|
||||
|
||||
jsmin: jsmin.c
|
||||
$(CC) $< -o $@
|
||||
|
||||
verto-min.js: jsmin $(JSFILES)
|
||||
cat $(JSFILES) | ./jsmin > $@
|
||||
|
||||
clean:
|
||||
rm -f verto-min.js jsmin *~
|
||||
|
||||
install-demo: all
|
||||
cp verto-min.js ../demo/js
|
Reference in New Issue
Block a user