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
This is due to the fact that linefeed used by grunt is not the one supported by x64 windows.
Used to be a work-around to use grunt.util.linefeed, but this is obsolete, and got replaced with unsupported grunt-legacy-util.
What I did is use grunt-lineending which converts line endings.
After running uglify, on the destination directory run grunt-lineending with the following options:
This is due to the fact that linefeed used by grunt is not the one supported by x64 windows.
Used to be a work-around to use
grunt.util.linefeed
, but this is obsolete, and got replaced with unsupported grunt-legacy-util.What I did is use grunt-lineending which converts line endings.
After running uglify, on the destination directory run grunt-lineending with the following options:
The text was updated successfully, but these errors were encountered: