mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Updated settings to serve minified assets (#110)
This commit is contained in:
parent
f100877eb7
commit
a818b1d427
1 changed files with 2 additions and 3 deletions
|
@ -169,9 +169,8 @@ settings =
|
||||||
httpAuthUsers: httpAuthUsers
|
httpAuthUsers: httpAuthUsers
|
||||||
|
|
||||||
# Should javascript assets be served minified or not. Note that you will
|
# Should javascript assets be served minified or not. Note that you will
|
||||||
# need to run `grunt compile:minify` within the web-sharelatex directory
|
# need to run `make minify` within the web directory to generate these.
|
||||||
# to generate these.
|
useMinifiedJs: true
|
||||||
useMinifiedJs: false
|
|
||||||
|
|
||||||
# Should static assets be sent with a header to tell the browser to cache
|
# Should static assets be sent with a header to tell the browser to cache
|
||||||
# them. This should be false in development where changes are being made,
|
# them. This should be false in development where changes are being made,
|
||||||
|
|
Loading…
Reference in a new issue