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
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
gulp scripts is not compiling all files into the JS directory. Returned files are sometimes passed through and sometimes not and the larger the directory, the less likely it will get to files lower in the directory. It is possibly related to the babel piping in the script.
The text was updated successfully, but these errors were encountered:
Reducing this to low until we can get a few solid examples of causes of failure. One failure was due to an already minified file being included in the _patterns directory (recommend components/js for those). Another was due to the file containing JS errors. We could add better error handling, but that doesn't mean this one needs to be critical.
gulp scripts
is not compiling all files into the JS directory. Returned files are sometimes passed through and sometimes not and the larger the directory, the less likely it will get to files lower in the directory. It is possibly related to the babel piping in the script.The text was updated successfully, but these errors were encountered: