I am using Alfresco Share to keep JS files for a website using QuickStart. I am hoping that there is some tool within Alfresco that is able automatic create minimized Javascript files for out production enviroment.
My current research approaches are looking into: -Is there some type of Rendition that can be used for this? -Using WebDav is there a solution?
The YUI compressor tool will minify Javascript files automatically, you can find many different examples online of how to use the tool with Maven, Ant, Java, etc.
I have used Ant builds in the past on non-alfresco projects. I am wondering how this can be integrated into Alfresco as all my JS files live within the Repository.