On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin.
| /Applications/ImageAlpha.app/Contents/MacOS/pngquant 64 *.png --ext .png --force |
On mac:
/usr/local/bin.| <!------------------------ AboutPage layout --> | |
| <header> | |
| <!-- Header stuff --> | |
| <header> | |
| <% include HeroBanner %> | |
| {$HeroBannerContent} | |
| <% end_include %> | |
| {$Content} | |
| <footer> |
| $(document).ready(function() { | |
| $(document).on('click keypress', function(event) { | |
| if (event.type == 'click' || event.which == 13) { | |
| $(event.target).trigger('activate'); | |
| } | |
| }); | |
| $("button").on('activate', function() { | |
| alert('Button activated!'); | |
| }); | |
| }); |