Change all absolute paths to relative paths, fixed #13

This commit is contained in:
Peter 'Pita' Martischka 2011-05-28 21:05:43 +01:00
parent 2dc3e34951
commit aac1e25c9e
8 changed files with 77 additions and 61 deletions

View file

@ -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
}