diff --git a/Gruntfile.js b/Gruntfile.js
index 73d865e..6ae968a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -126,6 +126,8 @@ function getFiles() {
 /*global module:false*/
 module.exports = function(grunt) {
 
+ grunt.util.linefeed = '\n';
+
  grunt.loadNpmTasks('grunt-contrib-clean');
  grunt.loadNpmTasks('grunt-contrib-concat');
  grunt.loadNpmTasks('grunt-contrib-uglify');