hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

Fix bug where asset base URL was not being used again #55

Closed sgarner closed 10 years ago

sgarner commented 10 years ago

51748ca introduced a regression which prevented the correct Assetic base URL from being used.

See also my comment at https://github.com/hearsayit/HearsayRequireJSBundle/commit/51748ca46a0f501f72d16b5f0cbe3f7c1e2677b3#commitcomment-5008154

ihortymoshenko commented 10 years ago

@sgarner, thanks for the contribution. This PR breaks tests. Please look at the link https://travis-ci.org/hearsayit/HearsayRequireJSBundle/builds/16566029 for more details.

sgarner commented 10 years ago

@IgorTimoshenko Ah... OK, I think I have fixed the tests now.

ihortymoshenko commented 10 years ago

@sgarner, great! Thanks!