Browse Source

Specify `unixNewlines: true` for grunt-sass.

This completes the Unix line endings changes and fixes the issue on Windows.
pull/350/head
XhmikosR 11 years ago
parent
commit
8dbbbe503d
  1. 3
      Gruntfile.js

3
Gruntfile.js

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

Loading…
Cancel
Save