I read symfony documentation for Web Assets and create /assets
directory in root of my project then run command php bin/console assets:install
but get:
[OK] No assets were provided by any bundle.
I store one CSS file in assets directory but didn't install in /public
how should I do?