chore: Always use LF for dist files (#67)
This commit is contained in:
parent
76eeeaccc9
commit
314d2c6df7
|
@ -99,6 +99,8 @@ module.exports = function(grunt) {
|
|||
},
|
||||
});
|
||||
|
||||
grunt.util.linefeed = "\n";
|
||||
|
||||
grunt.loadNpmTasks("gruntify-eslint");
|
||||
grunt.loadNpmTasks("grunt-replace");
|
||||
grunt.loadNpmTasks("grunt-coveralls");
|
||||
|
|
Loading…
Reference in New Issue