hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

Don't normalize keys for paths and shim options. #66

Closed seggen-ibuildings closed 10 years ago

seggen-ibuildings commented 10 years ago

JavaScript modules may have dashes ("-") in their names. Symfony automatically normalizes array keys unless you specifically tell it not to. (http://symfony.com/doc/current/components/config/definition.html#normalization)

This improvement prevents normalization of paths and shim keys.

ihortymoshenko commented 10 years ago

@seggen-ibuildings, please create a topic branch.