Skip to content

Commit 408fa18

Browse files
committed
Perlito5 - add "make minify"
1 parent d0f534c commit 408fa18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ boot-all : boot-5to5 boot-5js build-5browser
1111

1212
# more
1313

14+
minify ::
15+
jsmin < html/perlito5.js > html/perlito5m.js
16+
1417
build-5to5 ::
1518
perl perlito5.pl -Isrc5/lib -Cperl5 src5/util/perlito5.pl > perlito5-new.pl && cp perlito5-new.pl perlito5.pl
1619

0 commit comments

Comments
 (0)