Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 331 Bytes

TODO.md

File metadata and controls

16 lines (12 loc) · 331 Bytes

TODO

The following are ideas for future iterations of the plugin.

  • Allow configuration via the package's composer.json. e.g.:

    "extra": {
        "asset-paths": [
            "asset/"
        ]
    }
  • Potentially allow discovery of a ConfigProvider class, and pulling asset configuration via that.