hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

Optiomization with paths that contains dot in their name #35

Closed vkartaviy closed 11 years ago

vkartaviy commented 11 years ago

Due to command line argument syntax limitation (http://requirejs.org/docs/optimization.html#basics) it's not possible to provide path with dot inside name, for example *backbone.wreqr" so it should be embed inside build profile file together with shim configuration.

ihortymoshenko commented 11 years ago

@vkartaviy, I honestly don't like current configuration for r.js and I think about adding support for build file but I don't know when exactly this will be available :)

ihortymoshenko commented 11 years ago

@vkartaviy, I've rewritten the r.js filter for Assetic. Now will be generated dynamically the build profile's file, so we wouldn't have the issue with dots in the modules' names.