From 3a9a8bde3643f0e5b2f0fb7ecff3e54720ca932d Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 14 Dec 2013 12:37:05 -0800 Subject: [PATCH] Update bin/build_bootstrap.php for Cache classes. --- bin/build_bootstrap.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/build_bootstrap.php b/bin/build_bootstrap.php index 834f3f7..061532b 100755 --- a/bin/build_bootstrap.php +++ b/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',