mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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:
|
less:
|
||||||
app:
|
app:
|
||||||
|
options:
|
||||||
|
sourceMap: true
|
||||||
files:
|
files:
|
||||||
"public/stylesheets/style.css": "public/stylesheets/style.less"
|
"public/stylesheets/style.css": "public/stylesheets/style.less"
|
||||||
ol:
|
ol:
|
||||||
|
options:
|
||||||
|
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