source mapping with assetic in symfony2
问题 there is this cool feature Source Maps in html5. In my Symfony2 project I use jQuery mobile which uses this feature (I use the BmatznerJQueryMobileBundle for integration). In my <head> i do following: {% javascripts '@BmatznerJQueryBundle/Resources/public/js/jquery.min.js' '@BmatznerJQueryMobileBundle/Resources/public/js/jquery.mobile.min.js' %} <script src="{{ asset_url }}"></script> {% endjavascripts %} This works fine for the js files, but Chrome gets an 404 error trying to get the source