source:
node_modules/format/Makefile
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 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.