diff --git a/Gruntfile.js b/Gruntfile.js index 4d80515..7b8f808 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -99,6 +99,8 @@ module.exports = function(grunt) { }, }); + grunt.util.linefeed = "\n"; + grunt.loadNpmTasks("gruntify-eslint"); grunt.loadNpmTasks("grunt-replace"); grunt.loadNpmTasks("grunt-coveralls");