From 83a1b2f5a00067ff2c72efe06b9c4ecf780b73d8 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 23 Oct 2017 16:58:02 +0100 Subject: [PATCH] Reenable source maps. --- services/web/Gruntfile.coffee | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index c20912e0ae..3daeec1f5a 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -137,13 +137,17 @@ module.exports = (grunt) -> less: app: - # options: - # sourceMap: true + options: + sourceMap: true + sourceMapFilename: "public/stylesheets/style.map" + sourceMapBasepath: "public/stylesheets" files: "public/stylesheets/style.css": "public/stylesheets/style.less" ol: - # options: - # sourceMap: true + options: + sourceMap: true + sourceMapFilename: "public/stylesheets/ol-style.map" + sourceMapBasepath: "public/stylesheets" files: "public/stylesheets/ol-style.css": "public/stylesheets/ol-style.less"