mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 04:10:50 +00:00
Update grunt tasks to generate source maps.
This commit is contained in:
parent
3bc4beee07
commit
5b9e5ecd13
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,8 @@ module.exports = (grunt) ->
|
|||
src: ['**/*.coffee'],
|
||||
dest: 'public/js/',
|
||||
ext: '.js'
|
||||
options:
|
||||
sourceMap: true,
|
||||
|
||||
smoke_tests:
|
||||
expand: true,
|
||||
|
@ -164,6 +166,7 @@ module.exports = (grunt) ->
|
|||
baseUrl: "./"
|
||||
dir: "public/minjs"
|
||||
inlineText: false
|
||||
generateSourceMaps: true
|
||||
preserveLicenseComments: false
|
||||
paths:
|
||||
"moment": "libs/#{PackageVersions.lib('moment')}"
|
||||
|
|
Loading…
Reference in a new issue