On 12/2/16, 4:02 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote:
>Ok, so as we can add to our project, I will upload. I think is more safe. I'm not sure we have a way to manage random JS files in the tool chain. JS files that use goog.provide can be included in a SWC and will be copied to the output folder by the compiler. So you may want to consider adding some sort of goog.provide to that file. Otherwise, folks will have to manage it like any other asset. The tool chain does support links to random JS files via the inject_html directive. Also, if this code can be called by other code in JS files being sent to the Google Closure Compiler for minification/optimization, then an externs file for this file will need to be generated. -Alex