fix grunt lineendings

This commit is contained in:
vitalets 2013-11-01 13:42:00 +04:00
parent 0d4dbd8bd7
commit 1b94684f39

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