Specify `unixNewlines: true` for grunt-sass.

This completes the Unix line endings changes and fixes the issue on Windows.
This commit is contained in:
XhmikosR 2014-02-28 17:56:04 +02:00
Родитель 55afdd3018
Коммит 8dbbbe503d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,8 @@ module.exports = function(grunt) {
sass: {
options: {
banner: '<%= banner %>',
style: 'expanded'
style: 'expanded',
unixNewlines: true
},
dist: {
files: {