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 May 29, 2020. It is now read-only.
Checked latest release 1.3.1 and noticed it breaks the build. And the change that cause this issue is,
grunt-webfont\tasks\engines\fontforge.js
var exec = require('exec'); => require('child_process').exec;
If you revert that, it will work just fine. :)
Can send a PR if you think of reverting it back.
The text was updated successfully, but these errors were encountered: