From 589d4521a5a9f558b83e3002f9c7ae1604d13479 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 28 Sep 2017 12:12:22 +0100 Subject: [PATCH] Add source map to less files. --- services/web/Gruntfile.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index 0845b435c2..6e986edb61 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -137,9 +137,13 @@ module.exports = (grunt) -> less: app: + options: + sourceMap: true files: "public/stylesheets/style.css": "public/stylesheets/style.less" ol: + options: + sourceMap: true files: "public/stylesheets/ol-style.css": "public/stylesheets/ol-style.less"