Is there a recommended method of replacing resources plugin modules when moving to the asset-pipeline plugin? My current best guess is to create empty .js or .css files that require the resources that were in the module, then replace the tags with tags referring to the empty file. If there is a better way to do this, please save me from going down the wrong road. I will be doing this on a fairly large project.
Thanks!