JavaScript, Json minimizator

jsmin – is a JavaScript, Json minimizator which removes comments and unnecessary whitespace from JS, JSON files

2 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-04-07 06:34:02 +0300 committer: kx <kx@radix.pro> 2023-04-07 06:34:02 +0300 commit: f84701650cb9f48ae55290e4091d70b334b907d5 parent: 890f8e901f0ea339efae789a00ac4fc561303e29
Commit Summary:
Version 0.0.1
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..5dac465
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2015-09-24  Andrey V.Kosteltsev <kx@radix.pro>
+
+        * all-files: The first release of jsmin with using getopt functionality.
+                     Perl version also present.