Disable source maps (to be reenabled later on).

This commit is contained in:
Paulo Reis 2017-10-17 15:04:43 +01:00
parent ec4ff90273
commit 79c77188f3

View file

@ -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"