hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

Service definition "hearsay_require_js.optimizer_filter" not exists #23

Closed Koc closed 11 years ago

Koc commented 11 years ago

Method addExternalNamespaceMapping should check for this definition before calling

$filter = $container->getDefinition('hearsay_require_js.optimizer_filter');
$filter->addMethodCall('addExternal', array($path));
ihortymoshenko commented 11 years ago

Can you write a step by step what you did to get the error message? Thanks!

Koc commented 11 years ago

I've just added external js

ihortymoshenko commented 11 years ago

Thanks for the feedback. I will check ASAP.