devlabs91 / assetic-bundle
Integrates Assetic into Symfony2
Installs: 2 767
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 226
Type:symfony-bundle
Requires
- php: >=5.3.0
- kriswallsmith/assetic: ~1.4
- symfony/console: ~2.3|~3.0
- symfony/dependency-injection: ~2.3|~3.0
- symfony/framework-bundle: ~2.3|~3.0
- symfony/yaml: ~2.3|~3.0
Requires (Dev)
- kriswallsmith/spork: ~0.3
- patchwork/jsqueeze: ~1.0
- symfony/class-loader: ~2.3|~3.0
- symfony/css-selector: ~2.3|~3.0
- symfony/dom-crawler: ~2.3|~3.0
- symfony/phpunit-bridge: ~2.7|~3.0
- symfony/twig-bundle: ~2.3|~3.0
Suggests
- kriswallsmith/spork: to be able to dump assets in parallel
- symfony/twig-bundle: to use the Twig integration
Conflicts
- kriswallsmith/spork: <=0.2
- twig/twig: <1.27
This package is auto-updated.
Last update: 2024-12-14 15:32:30 UTC
README
The AsseticBundle
provides integration of the Assetic
library into the Symfony framework (up to Symfony 3.4).
CAUTION: As of Symfony 4.0, Symfony applications should use Webpack Encore.
More information in the official documentation.
License
This bundle is released under the MIT license