source:
node_modules/format/Makefile@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 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.