projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ae328
)
Dev script disable JS caching and combo loading
author
Frederic Massart
<fred@moodle.com>
Wed, 19 Sep 2012 01:17:35 +0000
(09:17 +0800)
committer
Frederic Massart
<fred@moodle.com>
Wed, 19 Sep 2012 01:17:35 +0000
(09:17 +0800)
scripts/dev.php
patch
|
blob
|
history
diff --git
a/scripts/dev.php
b/scripts/dev.php
index
1a8d779
..
c028067
100644
(file)
--- a/
scripts/dev.php
+++ b/
scripts/dev.php
@@
-24,6
+24,12
@@
set_config('debugpageinfo', 1);
// Allow themes to be changed from the URL.
set_config('allowthemechangeonurl', 1);
+// Do not cache JavaScript.
+set_config('cachejs', 0);
+
+// Do not use YUI combo loading.
+set_config('yuicomboloading', 0);
+
// Adds FirePHP
$firephp = "
// FirePHP