Skip to content

Support manifest.json with EncoreΒ #113

@vince83110

Description

@vince83110

I use Symfony 4.1, and I use encore. My images are copied from assets directory to the public directory.

The problem is versioning, each image's name is change with a hash.

SF allows to use default asset() function to handle those hashes :

    assets:
        json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'

Any chance your bundle can manages those hashes ?
For now, image('build/images/image.jpg") doesn't find the image, but asset('build/images/image.jpg') finds it.

The image name is like : image.31f15875.jpg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions