mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 03:56:05 +00: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:
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue