From 889428b61ae8b0ee001f2f4634f70b89fa43cc5e Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 30 May 2015 23:34:58 +0200 Subject: [PATCH] Keep css breaks on minification --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index e31387e..0e3fcef 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,6 +64,9 @@ module.exports = function(grunt){ cssmin: { dist: { + options: { + keepBreaks: true + }, files: { '<%= config.css_dest %>': ['<%= config.tmp %>/styles/**/*.css'] }