From 314d2c6df7a0ad6d3264c371b1b65ce08e897d1f Mon Sep 17 00:00:00 2001 From: YFdyh000 Date: Thu, 31 May 2018 22:19:46 +0800 Subject: [PATCH] chore: Always use LF for dist files (#67) --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) 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");