Skip to content

Commit

Permalink
chore: Always use LF for dist files (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfdyh000 authored and Rob--W committed May 31, 2018
1 parent 76eeeac commit 314d2c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ module.exports = function(grunt) {
},
});

grunt.util.linefeed = "\n";

grunt.loadNpmTasks("gruntify-eslint");
grunt.loadNpmTasks("grunt-replace");
grunt.loadNpmTasks("grunt-coveralls");
Expand Down

0 comments on commit 314d2c6

Please sign in to comment.