On 6/20/15, 3:12 PM, "Frédéric THOMAS" <[email protected]> wrote:
>Btw, is there a way to have a template for the index.html to not to have
>manually include this script tag after each build ?
Hey Fred,
Thanks for figuring out jquery.swc.
FlexJS uses the MXMLFlexJSPublisher.java which uses GoogDepsWriter.
GoogDepsWriter scans the .js files for an <inject_html> tag and adds that
to the index.html. Not quite sure how the externs can take advantage of
that. In the flex-asjs repo, see:
frameworks/projects/Jquery/js/src/org/apache/flex/jquery/Application.js
-Alex