mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 00:55:59 +00:00
Bump enyo with uglify
This commit is contained in:
parent
16fdd4587b
commit
662fd4507e
@ -1,12 +1,17 @@
|
||||
.PHONY: index.js
|
||||
all: index.js
|
||||
|
||||
node_modules/.bin/uglifyjs:
|
||||
mkdir -p node_modules
|
||||
npm install uglify-js
|
||||
|
||||
upload:
|
||||
rsync --safe-links -avz * radare.org:/srv/http/lolcathostorg/b/
|
||||
|
||||
debug:
|
||||
cat js/*.js > index.js
|
||||
|
||||
index.js:
|
||||
U=node_modules/.bin/uglifyjs
|
||||
index.js: $U
|
||||
# cat js/*.js > index.js
|
||||
cat js/*.js | uglifyjs > index.js || cat js/*.js > index.js
|
||||
cat js/*.js | $U > index.js || cat js/*.js > index.js
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user