hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

Fix src() method in RequireJSHelper.php #72

Closed liviucmg closed 10 years ago

liviucmg commented 10 years ago

First check if the engine supports the $this->requireJsSrc file, and only then check if it exists. Closes #71.