yeoman / bower-requirejs

[DEPRECATED] Automagically wire-up installed Bower components into your RequireJS config
375 stars 68 forks source link

ability to supply and modify config without working with files #109

Open mattkime opened 9 years ago

mattkime commented 9 years ago

My requirejs config is dynamically created in grunt. it appears (and correct me if i'm wrong) that this utility requires my config to be saved to a file in order to be modified. i'd prefer to pipe my config in or pass it as an arg, and then have the result returned via stout.

is this currently possible? any thoughts?

thanks

bezoerb commented 9 years ago

@mattkime This is currently not possible. I'll see if i can find some time soon to add support for this.