source:
node_modules/format/Makefile@
c44c5ed
| Last change on this file since c44c5ed was d24f17c, checked in by , 18 months ago | |
|---|---|
|
|
| File size: 224 bytes | |
| Line | |
|---|---|
| 1 | minify: real-minify test-minified |
| 2 | |
| 3 | real-minify: format.js |
| 4 | rm -f format-min.js |
| 5 | closure <format.js >|format-min.js |
| 6 | |
| 7 | test: |
| 8 | node test_format.js |
| 9 | |
| 10 | test-minified: |
| 11 | node test_format.js ./format-min.js |
| 12 | |
| 13 | .PHONY: test test-minified |
Note:
See TracBrowser
for help on using the repository browser.
