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 current gulp configuration builds the main basic.js file and basic.min.js file simultaneously, so it's possible for basic.min.js to be generated from an older version of basic.js before the new version is finished saving to disk.
During development if you have gulp running and save frequently this isn't as much of an issue, but I noticed it happened while merging a pull request.
Also the tests in gulp should only be run after the new version of basic.js has been generated.
The text was updated successfully, but these errors were encountered:
The current gulp configuration builds the main basic.js file and basic.min.js file simultaneously, so it's possible for basic.min.js to be generated from an older version of basic.js before the new version is finished saving to disk.
During development if you have gulp running and save frequently this isn't as much of an issue, but I noticed it happened while merging a pull request.
Also the tests in gulp should only be run after the new version of basic.js has been generated.
The text was updated successfully, but these errors were encountered: