浏览代码

Update bin/build_bootstrap.php for Cache classes.

Justin Hileman 12 年之前
父节点
当前提交
3a9a8bde36
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      bin/build_bootstrap.php

+ 4 - 0
bin/build_bootstrap.php

@@ -34,6 +34,10 @@ if (file_exists($file)) {
 // and load the new one
 SymfonyClassCollectionLoader::load(array(
     'Mustache_Engine',
+    'Mustache_Cache',
+    'Mustache_Cache_AbstractCache',
+    'Mustache_Cache_FilesystemCache',
+    'Mustache_Cache_NoopCache',
     'Mustache_Compiler',
     'Mustache_Context',
     'Mustache_Exception',