mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add source map to less files.
This commit is contained in:
parent
af6b722dfb
commit
589d4521a5
1 changed files with 4 additions and 0 deletions
|
@ -137,9 +137,13 @@ module.exports = (grunt) ->
|
|||
|
||||
less:
|
||||
app:
|
||||
options:
|
||||
sourceMap: true
|
||||
files:
|
||||
"public/stylesheets/style.css": "public/stylesheets/style.less"
|
||||
ol:
|
||||
options:
|
||||
sourceMap: true
|
||||
files:
|
||||
"public/stylesheets/ol-style.css": "public/stylesheets/ol-style.less"
|
||||
|
||||
|
|
Loading…
Reference in a new issue