forked from blueimp/JavaScript-Load-Image
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
Latest commit
11 lines (9 loc) · 274 Bytes
/
Copy pathMakefile
File metadata and controls
11 lines (9 loc) · 274 Bytes
1
2
3
4
5
6
7
8
9
10
11
.PHONY: js
MINIFY=js/load-image.js
MINIFY+= js/load-image-ios.js
MINIFY+= js/load-image-orientation.js
MINIFY+= js/load-image-meta.js
MINIFY+= js/load-image-exif.js
MINIFY+= js/load-image-exif-map.js
js:
node_modules/.bin/uglifyjs ${MINIFY} -c -m -o js/load-image.min.js