php bin/console assets:install --env=prod --symlink --relative
My bundle is not in the generated list. There are other bundles in there.
The bundle is installed in vendors (from private vcs), registered in symfony, file structure
Resources
----public
----js
main.js
----css
main.css
----assets
etc...
The bundle class is empty, but I don't think that is the problem...