hearsayit / HearsayRequireJSBundle

RequireJS integration for Symfony2.
130 stars 55 forks source link

More docs on how integrated with Assetic #8

Open beberlei opened 12 years ago

beberlei commented 12 years ago

The docs do not explain at all how the bundle works. It only describes how to configure it. Please give some information on how this hooks into assetic and what configuration for assetic has to be done to make it work.

craigmarvelley commented 12 years ago

+1, that would be nice - I've followed the documentation and while it's generating a concatenated file as per the Assetic config, it's not using it, and continuing to load files individually. Not sure if it's a bug, or something I've missed.

monbro commented 11 years ago

+1 Especially the optimization is not clear enough to me. I cant get it working with the guide. Even I dont know here I should look up for error messages.

ihortymoshenko commented 11 years ago

There is no nothing special. I'm going to rewrite documentation but a little bit later after resolving current issues and refactoring the filter for Assetic. Be patient please ;)

maks-rafalko commented 10 years ago

Seems like this issue is still relevant. I've read the documentation and don't understand how to use r.js / assetic with this bundle.

So, I can help with documentation sending PR, but I need help before because I have some questions.

  1. Why hearsay_require_js.optimizer_filter service require %assetic.node.bin% when the default parameter name is %assetic.node? Because of this I should duplicate the same path twice.
  2. There is no info about r.js in the doc.

@IgorTimoshenko Please review my question and give some advice on how can I help with doc and I will send a PR.

maks-rafalko commented 10 years ago

ping @kmontag @IgorTimoshenko