Skip to content

Reorganize the documentation about asset management #5739

Closed
@stof

Description

@stof

Currently, the Symfony doc gives first-class citizenship to Assetic. Because of symfony/symfony-standard#860, this is not a good idea anymore.

So here are my proposal:

  • documentation which talks purely about Assetic should be moved to Assetic itself (I don't know whether we have such content)
  • documentation for AsseticBundle should be moved to the bundle and rendered in the bundle section, as done for other bundle
  • we should have a cookbook article about the way to manage assets, showing several options:
    • using gulp/grunt/whatever and then referencing the output of the build (as far as Symfony is concerned, gulp or grunt don't exist)
    • mentionning Assetic can be used for a pure php solution (if you end up using node-based tools, using gulp/grunt is better than piping it through Assetic), with a link to the documentation of the bundle.

what do you think about this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions