From 237ea45a9497c95fed324bcd6f635c9a2111b079 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 20 Feb 2015 11:30:26 +0100 Subject: add css source map --- js/Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js') diff --git a/js/Gruntfile.js b/js/Gruntfile.js index df26bd66a..807a94ed0 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -70,6 +70,9 @@ module.exports = function (grunt) { } }, cssmin: { + options: { + sourceMap: true + }, news: { files: {'../css/news.min.css': [ '../css/app.css', -- cgit v1.2.3