main
|
Last change
on this file since c44c5ed was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 18 months ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
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.