hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

Fix problem with double slash #37

Closed piotrplenik closed 11 years ago

piotrplenik commented 11 years ago

When JS is in main directory of module - we have "//" in href.

This PR fix this

ihortymoshenko commented 11 years ago

@jupeter, thanks for the contribution. However, add a test that will be ensure that the changes work correct. Thanks!

ihortymoshenko commented 11 years ago

Covered in the https://github.com/hearsayit/HearsayRequireJSBundle/commit/0b606eb102e6dc08eb537d26a85056c60cea38f9 commit.