mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Reenable source maps.
This commit is contained in:
parent
b834794ba6
commit
83a1b2f5a0
1 changed files with 8 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue