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"