radare2/shlr/www/enyo/Makefile
pancake d904da5364 Uglify and jsfmt the /p (1.3MB -> 600KB) 2x speedup in page load
Reduce disasm range to speedup loading too
2015-01-13 01:44:39 +01:00

15 lines
261 B
Makefile

.PHONY: index.js
all: index.js
node_modules/.bin/uglifyjs:
mkdir -p node_modules
npm install uglify-js
debug:
cat js/*.js > index.js
U=node_modules/.bin/uglifyjs
index.js: $U
# cat js/*.js > index.js
cat js/*.js | $U > index.js || cat js/*.js > index.js