Closed NeeEoo closed 4 years ago
The minification could maybe be enabled by a command argument flag.
Great feature, thanks! I reviewed your code and it looks good
The minification could maybe be enabled by a command argument flag.
I agree Would you like to add it or should I just merge?
Any idea what letter the command argument should be. -O
for optimize, -p
for production, -m
for minify, or something else.
I think -m
is best
Uses -m
and --minify
to enable minification.
Removes
><
,<>
,+-
and-+
from the compiled code.