On 3/7/17, 12:16 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>I might have been mistaken. > >Right now, I’m seeing the goo.requires in the original js files, but they >seem to be missing from the js files in my test app. I’m not sure why >they are being stripped out — possibly it’s happening from >remove-circulars? Remove-circulars will strip out goog.requires, but it should not break the app. Some other file should be requiring it and it should get loaded before it is needed. Of course, there could be a bug in all of that. -Alex