I usually have the assets (css, js) in my /app/Resources folder, cause they are parsed with assetic. I now installed the ivoryckeditorBundle and thats a  standalone bundle with a public folder in /vendor/egeloen/ckeditor-bundle/Resources/public where the assets are located. The bundle searches for the assets in /bundles/ivoryckeditor on my server. That should be in /web, but of course there is nothing to find yet. 
What should I do now? Copy the public folder to /web? Or make a symlink from /web to the public folder? Or what other/better/cleaner ways are there to tell Symfony where to find the bundle assets?