Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #15 from azawawi/master
Perl 5 and 6 minified with the .min.js suffix
  • Loading branch information
fglock committed Oct 16, 2013
2 parents 02b74b6 + f3f095d commit 5177835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
html/perlito5.min.js
html/perlito6.min.js
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -134,7 +134,8 @@ build-6py ::
# Perl 5

minify ::
jsmin < html/perlito5.js > html/perlito5m.js
jsmin < html/perlito5.js > html/perlito5.min.js
jsmin < html/perlito6.js > html/perlito6.min.js

build-5to5 ::
perl perlito5.pl -Isrc5/lib -Cperl5 src5/util/perlito5.pl > perlito5-new.pl && cp perlito5-new.pl perlito5.pl
Expand Down

0 comments on commit 5177835

Please sign in to comment.