assetic-bundle icon indicating copy to clipboard operation
assetic-bundle copied to clipboard

[DEPRECATED] This was the recommended way to manage web assets in Symfony 2 applications. Newer Symfony applications should use Webpack Encore.

Results 22 assetic-bundle issues
Sort by recently updated
recently updated
newest added

I just set public=true to services that should be accessible.

Make services public by default

This is a little performance improvement. If the optimised dumped classmap is generated, the tests should not be part of it. Documentation: https://getcomposer.org/doc/04-schema.md#exclude-files-from-classmaps

Set location to extend with app resource folder to be able to support inheritance equal to templates, only globs are still an issue here, any ideas?

When parallel dumping is used, the command was not able to detect any errors during the computation. Warning: this fix actually works only if the related bug on Spork will...

The assets which are set to AssetManager by `assetic.asset` tag should not be unloaded during `assetic:watch`, because these are unable to be loaded by formula. This PR may fixes #411...

In PR #33 a cache-busting Expires header was added to the controller. This makes the browser issue a If-Modified-Since request for all resources rather than using the browser cache. This...

New implementation of PR #334 into clean repository: > I've added some configuration-options, to use the `setOptions` of the LessphpFilter (https://github.com/kriswallsmith/assetic/pull/704) in the global config. > > example usage: >...