Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added .gitignore and minify produces Perl 5 and 6 JS files that end w…
…ith the .min.js suffix
  • Loading branch information
azawawi committed Dec 9, 2012
1 parent f15277a commit ce7b71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -12,7 +12,8 @@ boot-all : boot-5to5 boot-5js build-5browser
# more

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 ce7b71d

Please sign in to comment.