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
Everything works great but, version control always shows webfont file modified, and we haven't add/delete any icons in our source directory. How do I stop modifying this file all the time except there are changes.
The issue I found is in exports.generatedFontFiles() method in util/util.js, brace expression is not working in glob.sync, so glob.sync is not returning an array of files instead it returns empty [ ] array.
will you please let me know how soon you can fix this issue? waiting for your response... If you can add me as contributor to this project, I can fix too.
The text was updated successfully, but these errors were encountered:
Everything works great but, version control always shows webfont file modified, and we haven't add/delete any icons in our source directory. How do I stop modifying this file all the time except there are changes.
The issue I found is in exports.generatedFontFiles() method in util/util.js, brace expression is not working in glob.sync, so glob.sync is not returning an array of files instead it returns empty [ ] array.
will you please let me know how soon you can fix this issue? waiting for your response... If you can add me as contributor to this project, I can fix too.
The text was updated successfully, but these errors were encountered: