chore: Always use LF for dist files (#67)

This commit is contained in:
YFdyh000 2018-05-31 22:19:46 +08:00 committed by Rob Wu
parent 76eeeaccc9
commit 314d2c6df7
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ module.exports = function(grunt) {
},
});
grunt.util.linefeed = "\n";
grunt.loadNpmTasks("gruntify-eslint");
grunt.loadNpmTasks("grunt-replace");
grunt.loadNpmTasks("grunt-coveralls");