Skip to content

[Asset] Document remote JSON manifest #13255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Feb 26, 2020

Documentation for symfony/symfony#35762

  • New feature for Asset component
  • Integration in FrameworkBundle configuration

@javiereguiluz javiereguiluz added the Waiting Code Merge Docs for features pending to be merged label Mar 6, 2020
nicolas-grekas added a commit to symfony/symfony that referenced this pull request Apr 5, 2020
…romNaN)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[Asset] Allows to download asset manifest over HTTP

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see below -->
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #35761 Fix #33001
| License       | MIT
| Doc PR        | symfony/symfony-docs#13255

```yaml
framework:
    assets:
        json_manifest_path: 'https://cdn.example.com/manifest.json'
```

Commits
-------

4ba12a8 [Asset] Allows to download json manifest from a remote url
symfony-splitter pushed a commit to symfony/framework-bundle that referenced this pull request Apr 5, 2020
…romNaN)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[Asset] Allows to download asset manifest over HTTP

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see below -->
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #35761 Fix #33001
| License       | MIT
| Doc PR        | symfony/symfony-docs#13255

```yaml
framework:
    assets:
        json_manifest_path: 'https://cdn.example.com/manifest.json'
```

Commits
-------

4ba12a80e5 [Asset] Allows to download json manifest from a remote url
symfony-splitter pushed a commit to symfony/asset that referenced this pull request Apr 5, 2020
…romNaN)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[Asset] Allows to download asset manifest over HTTP

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see below -->
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #35761 Fix #33001
| License       | MIT
| Doc PR        | symfony/symfony-docs#13255

```yaml
framework:
    assets:
        json_manifest_path: 'https://cdn.example.com/manifest.json'
```

Commits
-------

4ba12a80e5 [Asset] Allows to download json manifest from a remote url
@javiereguiluz javiereguiluz added Status: Reviewed and removed Status: Needs Review Waiting Code Merge Docs for features pending to be merged labels Apr 17, 2020
@javiereguiluz javiereguiluz added this to the 5.1 milestone Apr 17, 2020
@javiereguiluz
Copy link
Member

Thank you Jérôme.

@javiereguiluz javiereguiluz merged commit a6e2875 into symfony:master Apr 17, 2020
@GromNaN GromNaN deleted the remote-manifest branch April 17, 2020 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants