On Mon, Oct 20, 2014 at 11:17 AM, Tim Shnaider <[email protected]> wrote:
> Can you please help me with getting a built 5702, I don't even see any > instructions on building just the client side plugin. > Unfortunately there's no good way to build _exactly_ that. "ant jars-no-src" is the smallest build target that includes it. "ant MinifiedJs" will build just that, but we consider that an internal build rule that we might refactor away later. After you've done that build, the files you need (among others) will be in ant-lib/com/google/caja/plugin/. Once we truly stop supporting ES5/3 even in the backport branch, we will have more room to refactor and simplify the build system, and "something which just gives you the client JS" is first on the list of goals for that. -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
