mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Update grunt tasks to generate source maps.
This commit is contained in:
@@ -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')}"
|
||||
|
||||
Reference in New Issue
Block a user