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 Jan 11, 2019. It is now read-only.
When running the full production build (gulp build') which builds blessed styles for larger legacy CSS files, Gulp is throwing a Could not send message: Cannot read property 'name' of null` error message in the console, resulting in the blessed split files not getting regenerated.
Temporary workaround was to comment out the 2nd CleanCSS occurrence in the Gulp Styles task which will cause the blessed CSS to not be fully compressed however allows the blessed CSS files to still get regenerated.
The text was updated successfully, but these errors were encountered:
When running the full production build (
gulp build') which builds blessed styles for larger legacy CSS files, Gulp is throwing a
Could not send message: Cannot read property 'name' of null` error message in the console, resulting in the blessed split files not getting regenerated.Temporary workaround was to comment out the 2nd CleanCSS occurrence in the Gulp Styles task which will cause the blessed CSS to not be fully compressed however allows the blessed CSS files to still get regenerated.
The text was updated successfully, but these errors were encountered: