main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100755
|
File size:
246 bytes
|
Line | |
---|
1 | #!/usr/bin/env node
|
---|
2 | // -*- js -*-
|
---|
3 | /* eslint-env node */
|
---|
4 |
|
---|
5 | "use strict";
|
---|
6 |
|
---|
7 | process.stderr.write( "DEPRECATION WARNING: uglifyjs binary will soon be discontinued!\n");
|
---|
8 | process.stderr.write("Please use \"terser\" instead.\n\n");
|
---|
9 |
|
---|
10 | require("./terser");
|
---|
Note:
See
TracBrowser
for help on using the repository browser.