From 79c77188f38404d8bf1b66cf10817167ef287ea4 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 17 Oct 2017 15:04:43 +0100 Subject: [PATCH] Disable source maps (to be reenabled later on). --- services/web/Gruntfile.coffee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index 6e986edb61..c20912e0ae 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -137,13 +137,13 @@ module.exports = (grunt) -> less: app: - options: - sourceMap: true + # options: + # sourceMap: true files: "public/stylesheets/style.css": "public/stylesheets/style.less" ol: - options: - sourceMap: true + # options: + # sourceMap: true files: "public/stylesheets/ol-style.css": "public/stylesheets/ol-style.less"