Update bin/build_bootstrap.php for Cache classes.

This commit is contained in:
Justin Hileman
2013-12-14 12:37:05 -08:00
parent e24f5c744a
commit 3a9a8bde36
+4
View File
@@ -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',