isso/Makefile

14 lines
243 B
Makefile
Raw Normal View History

2012-10-25 11:24:44 +00:00
all:
init:
2012-12-16 12:55:18 +00:00
cd isso/js
ender build jeesh
git clone https://github.com/posativ/promisejs.git
ender add promisejs
2012-10-25 11:24:44 +00:00
js:
cat isso/js/ender.js isso/js/isso.js > _.js
yuicompressor --type js --charset utf-8 _.js -o isso/js/embed.js
rm _.js