Maybe. It probably depends on the amount of dead code removal done by the google compiler.
Will the tools you used work on the js debug files? > On Mar 19, 2017, at 11:45 AM, Justin Mclean <[email protected]> wrote: > > Hi, > >> Was that in source code or compiled code? > > My analysis was over the source code and gave a lot more information than > just size including where bugs are likely to be, who made the most changes to > that file, etc etc > >> What was interesting to me, is that you can get a report of the compiled app >> to see where the size is coming from. > > I would assume there a decent correlation between the size of the debug > version JS file and the final compiled version, especially if the style of > all the files was similar. > > Thanks, > Justin
