mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-10 21:07:22 +00:00
use uglify2 and don't mangle names for angular
This commit is contained in:
parent
f42b2c2385
commit
478a20be1f
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ module.exports = (grunt) ->
|
|||
requirejs:
|
||||
compile:
|
||||
options:
|
||||
optimize:"uglify2"
|
||||
uglify2:
|
||||
mangle: false
|
||||
appDir: "public/js"
|
||||
baseUrl: "./"
|
||||
dir: "public/minjs"
|
||||
|
|
Loading…
Add table
Reference in a new issue