Someone is using the dojoshrinksafe compressor ( http:// download.dojotoolkit.org/osxapp/shrinksafe/ ) on OSX? I downloaded the software and install it, but now, when I open it, I get an "No document could be created". Somebody can help me? Thanks. PD: it''s a Intel Core Duo MacMini with Tiger 10.4.7 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
On 9/25/06, Javier Martinez <ecentinela-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Someone is using the dojoshrinksafe compressor ( http:// > download.dojotoolkit.org/osxapp/shrinksafe/ ) on OSX?I do. $ cat /usr/local/bin/jsshrink #!/bin/sh # jsshrink inputfile outputfile java -jar /usr/local/lib/dojo_shrinksafe.jar -c $1 > $2 Works fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---