For detailed documentation, see: http://symfony.com/doc/current/cookbo...
Friendly advice is to read the document thoroughly before writing code, which will be more efficient:)
EDIT:
assetic:dump is provided by Symfony's AsseticBundle (relying on kriswallsmith's Assetic): https://github.com/symfony/AsseticBun..., which has more functions, such as splicing files, compressing files, and image processing.
assets:install is provided by Symfony's FrameworkBundle: https://github.com/symfony/symfony/bl..., which is responsible for copying files to the public web directory (symlink can also be used under nix)
For detailed documentation, see: http://symfony.com/doc/current/cookbo...
Friendly advice is to read the document thoroughly before writing code, which will be more efficient:)
EDIT:
assetic:dump is provided by Symfony's AsseticBundle (relying on kriswallsmith's Assetic): https://github.com/symfony/AsseticBun..., which has more functions, such as splicing files, compressing files, and image processing.
assets:install is provided by Symfony's FrameworkBundle: https://github.com/symfony/symfony/bl..., which is responsible for copying files to the public web directory (symlink can also be used under nix)
Create shortcuts to static resources in the /web directory
Merge resource files (in prod mode)