You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/Makefile

15 lines
388 B

ISSO = "isso/js"
all: js
init:
git clone https://github.com/posativ/promisejs.git $(ISSO)/promise.js
(cd $(ISSO) && ender build jeesh)
(cd $(ISSO) && ender add promise.js)
rm -rf $(ISSO)/promise.js
js:
cat $(ISSO)/ender.js $(ISSO)/isso.js $(ISSO)/utils.js $(ISSO)/client.js > $(ISSO)/_.js
yuicompressor --type js --charset utf-8 $(ISSO)/_.js -o $(ISSO)/embed.js
rm $(ISSO)/_.js