From 1b94684f39c7687dcefe6d97deaba867f9d87cdb Mon Sep 17 00:00:00 2001
From: vitalets <vitalets@yandex-team.ru>
Date: Fri, 1 Nov 2013 13:42:00 +0400
Subject: [PATCH] fix grunt lineendings

---
 Gruntfile.js | 2 ++
 1 file changed, 2 insertions(+)

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');