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
grunt-jsbeautifier uses always latest for js-beautify. So as new version is released for js-beautify you need to update you local grunt-jsbeautifier either deleting in from npm_modules or running npm update. There is no need to change anything in grunt-jsbeautifier.
This is working great except for the pseudo classes bug in js-beautify that has been fixed in v1.5.1 on pull request beautifier/js-beautify#354.
Please update to the latest js-beautify
The text was updated successfully, but these errors were encountered: