bluetel-solutions/webpack-manifest-bundle

Webpack Manifest support

Installs: 21 892

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 1

Open Issues: 2

pkg:composer/bluetel-solutions/webpack-manifest-bundle

0.9.1 2019-04-09 13:04 UTC

This package is auto-updated.

Last update: 2025-10-07 21:11:58 UTC


README

A Symfony bundle enabling support for Webpack Manifests.

This adds two things:

  1. A Twig extension allowing to route directly to versioned assets.
  2. A Controller serving either the contents of, or, a redirect to the latest version of an asset.

Controller Support:

Add the following to your routing configuration:

_webpackManifestBundleRoutes:
    resource: "@WebpackManifestBundle/Controller"
    type: annotation