isso/Makefile

15 lines
370 B
Makefile
Raw Normal View History

ISSO = "isso/js"
all: js
2012-10-25 11:24:44 +00:00
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
2012-10-25 11:24:44 +00:00
js:
cat $(ISSO)/ender.js $(ISSO)/isso.js $(ISSO)/utils.js > $(ISSO)/_.js
yuicompressor --type js --charset utf-8 $(ISSO)/_.js -o $(ISSO)/embed.js
rm $(ISSO)/_.js