liferay / liferay-ckeditor

Other
8 stars 49 forks source link

Prevent `iconsClassesGenerator.js` from failing if icons aren't found #123

Closed julien closed 3 years ago

julien commented 4 years ago

The iconsClassesGenerator.js script reads files but if these files are non existent it will crash and prevent the build script from generating the ckeditor bundle.

Here's how to make it crash:

julien commented 3 years ago

Fixed by #124