mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Disable source maps (to be reenabled later on).
This commit is contained in:
parent
ec4ff90273
commit
79c77188f3
1 changed files with 4 additions and 4 deletions
|
@ -137,13 +137,13 @@ module.exports = (grunt) ->
|
||||||
|
|
||||||
less:
|
less:
|
||||||
app:
|
app:
|
||||||
options:
|
# options:
|
||||||
sourceMap: true
|
# sourceMap: true
|
||||||
files:
|
files:
|
||||||
"public/stylesheets/style.css": "public/stylesheets/style.less"
|
"public/stylesheets/style.css": "public/stylesheets/style.less"
|
||||||
ol:
|
ol:
|
||||||
options:
|
# options:
|
||||||
sourceMap: true
|
# sourceMap: true
|
||||||
files:
|
files:
|
||||||
"public/stylesheets/ol-style.css": "public/stylesheets/ol-style.less"
|
"public/stylesheets/ol-style.css": "public/stylesheets/ol-style.less"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue