You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JS result from a custom build is pretty nasty, why the extra semicolons? The extra semicolons occur in the development and minified builds. I may be a perfectionist but they do add a teeny bit to the file-size.
Also, the whitespace is inconsistent in development builds.
The text was updated successfully, but these errors were encountered:
This is due to the fact, that some minifiers strip the trailing ; of a file. So, if you just concatenate them, you will get invalid JS.
(Ok you could make the concatenation more intelligent, but this is a quick and easy fix.)
The JS result from a custom build is pretty nasty, why the extra semicolons? The extra semicolons occur in the development and minified builds. I may be a perfectionist but they do add a teeny bit to the file-size.
Also, the whitespace is inconsistent in development builds.
The text was updated successfully, but these errors were encountered: