mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Change all absolute paths to relative paths, fixed #13
This commit is contained in:
parent
2dc3e34951
commit
aac1e25c9e
8 changed files with 77 additions and 61 deletions
|
@ -29,5 +29,5 @@ This file must be valid JSON. But comments are allowed
|
|||
|
||||
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
|
||||
but makes it impossible to debug the javascript/css */
|
||||
"minify" : true
|
||||
"minify" : false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue