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

14 lines
243 B

all:
init:
cd isso/js
ender build jeesh
git clone https://github.com/posativ/promisejs.git
ender add promisejs
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