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
I am stating that you are not following grunt conventions. It is expected that the src files will be written to dest when the task completes. dest is expected to be a path to a file, not a folder.
If you want to build a batch grunt task, then that should be something separate (e.g. jsbeautifier-dir).
Most grunt plugins do not modify a file in-place. Can you add a
dest
option to output the beautified content?The text was updated successfully, but these errors were encountered: